Skip to content

Vue.js 2.0 Webpack template + Skel Baseline boilerplate

License

Notifications You must be signed in to change notification settings

oahccc/webpack-baseline

 
 

Repository files navigation

Vue Webpack + Baseline Boilerplate

Documentation

  • For webpack template: common questions specific to this template are answered and each part is described in greater detail
  • For Vue 2.0: general information about how to work with Vue, not specific to this template
  • For Baseline: a simple boilerplate for building new projects on Skel
  • For Skel: a lightweight framework for building responsive sites and web apps

Usage

This is a customized project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init oahccc/webpack-baseline#integration my-project
$ cd my-project
$ npm install
$ npm run dev

This will scaffold the project using the customized integration branch.

The development server will run on port 8080 by default. If that port is already in use on your machine, the next free port will be used.

Credits

About

Vue.js 2.0 Webpack template + Skel Baseline boilerplate

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.1%
  • Vue 5.9%
  • Other 1.0%