Nuxt Crud Auth
Simple CRUD App for tickets with authentification/login
Step to launch this project :
# position in the right directory
$ cd frontend-v2
# install dependencies
$ npm install # Or yarn install
# serve local with hot reload
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start