A Vue MPA
I decided to create a Vue MPA with Vue CLI for fun, together with a search on GitHub and NPM function (REST API).
Here you go:
https://det171.surge.sh
Source code:
https://github.com/DET171/home
vue-app
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
P.S. The tutorial included is just for fun.
P.P.S. Please comment on how you think!
Top comments (0)