This is a project template for vue-cli.
- Webpack
- Babel
- Vue.js
- Bulma
- Sass
$ vue init serjihsklovski/vfs my-project
# some prompts go here...
$ cd my-project/
$ yarn install
# then, you can either make a bundle for deployment:
$ yarn build
# or run the project using a simple development server:
$ yarn start