Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History

es6-vue-webpack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ES6+ and Vue.js and webpack

This setup uses webpack as the module bundler, Babel for transpiling and comes with Vue.js as the underlying framework which brings…

Have fun! ✌️

Build setup

# install dependencies
npm install

# build for development
npm run build

# build for production
npm run build:prod

# serve with hot reload at localhost:8080
npm run watch

# tests if the javascript files would build without errors
npm run test

For detailed explanation on how things work, consult the docs for vue-loader.

gridonic.chgridonic.github.io@gridonic