DEV Community

DET171
DET171

Posted on

I made a Vue CLI MPA

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

GitHub logo DET171 / home

Homepage written with Vue CLI

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

See Configuration Reference.




P.S. The tutorial included is just for fun.
P.P.S. Please comment on how you think!

Latest comments (0)