- 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
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.
- Vue Webpack Boilerplate (https://github.com/vuejs-templates/webpack | (c) Yuxi (Evan) You | MIT license)
- Baseline (https://github.com/ajlkn/baseline | (c) n33 | MIT license)
- Skel + Skel.scss (http://skel.io | (c) n33 | MIT license)