Small app boilerplate for educational purposes. Powered by Webpack, Vue and Bulma.
Install using preferred dependency manager.
npm install
OR
yarn install
Init webpack to bulid app in /dist
folder
webpack
OR
Fire webpack in watchmode, to start live reload server:
webpack --watch
OR
Fire Webpack Dev Server with command: webpack-dev-server
and visit http://127.0.0.1:9000/
.
MIT License