Simple SPA blog with Vue
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
Super simple Single Page Application (SPA) blog built using Vue, following this guide: https://itnext.io/how-to-build-spa-with-vue-js-b431255418c2
Vue
Simple SPA blog with Vue
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.