A frontend nuxt application for my backend authentication and data server (https://github.com/NandeeshG/Authentication-and-Data-Server). This will be a generalised userlogin based data retrieval and storage system, so that code can be modified as per each future project.
- Add axios server configs
- Add get,post requests, handle LOGIN, LOGOUT
- Add REGISTER request
- Make layouts instead of every page having same HTML
- Add real content to pages, maybe a alarm/timer app, unique for each user.
- Add the pages in left side navbar
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.