Codes used in the eighth ES6 (2015) Meetup Group ENTIRC.
- You can fork the project to your repository in github.
- Clone the project directly to your machine, on the console type (you need to have github installed on your machine):
# cd mkdir myFolder
# cd myFolder
# git clone https://github.com/entirc/es6-11.git
# 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.