For detailed explanation on how the project works, check out Nuxt.js docs.
Also is important to learn about json-server and json-server-auth libraries to understand the login validation and authentication.
Clone project
git clone https://github.com/vicdata4/vue-up.gitcd vue-upNow, install dependencies
npm installRun application
npm run devRun json-server
npm run serverBuild for production and launch server
npm run buildnpm run startGenerate static project
npm run generate