Simple CRUD build in Vue.js Framework
- Update vue/vue-cli version
- Change Options API to new Composition API
- Using atomic desing
- Change materialize.css to tailwind.css
- Add #, # and login features
- Add Auth on routes
- Using real node API
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# start json-server at localhost:3000
npm run server
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.