A boilerplate for creating web project with webpack, es6, scss, and vue.
Use yarn to install packages.
$ yarn
Use yarn to run dev server
$ yarn run dev
Use yarn to build bundle
$ yarn run build
MIT
A boilerplate for web project with webpack + es6 + sass + vue.
JavaScriptMIT