/flickr-feed

flickr-feed

Primary LanguageJavaScript

flickr-feed

Project setup

Must have vue-cli preinstall on your computer. The version used for current project is 3.1.0

npm install -g @vue/cli@3.1.0
# OR
yarn global add @vue/cli@3.1.0

Run
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration