Vue JS News App
Builds a news app with Vue JS.
Setup
Setup and use requires Git, Node JS (8.X.X or later), and a text editor such as VS Code.
If you're on a Mac, I'd suggest using Homebrew for installing the required software listed in Setup.
git clone https://github.com/cujarrett/basic-vue-js-web-app.git
cd basic-vue-js-web-app
npm install
Build Setup
Install dependencies
npm install
Lint code
npm run lint
Linting code and fix most errors
npm run lint-and-fix
Runs Continuous Integration (linting and tests)
npm run ci
Serve with hot reload at localhost:8080
npm run dev
Build for production with minification
npm run build
npm start
Build for production and view the bundle analyzer report
npm run generate