You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> A simple Vue 2.0 Webpack & `vue-loader` setup for quick prototyping. Note this template is not suitable for production - for that you may want to use the [full webpack template](https://github.com/vuejs-templates/webpack).
3
+
> A simple Vue 2.0 Webpack & `vue-loader` setup
4
4
5
-
> This template is Vue 2.0 compatible. For Vue 1.x use this command: `vue init webpack-simple#1.0 my-project`
5
+
> This template offers sass, vuex and vue-router compatibility
6
6
7
-
### Usage
7
+
> This template is Vue 2.0 compatible.
8
8
9
-
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).
10
-
11
-
```bash
12
-
$ npm install -g vue-cli
13
-
$ vue init webpack-simple my-project
14
-
$ cd my-project
15
-
$ npm install
16
-
$ npm run dev
17
-
```
18
-
19
-
### What's Included
20
-
21
-
-`npm run dev`: Webpack + `vue-loader` with proper config for source maps & hot-reload.
22
-
23
-
-`npm run build`: build with HTML/CSS/JS minification.
24
-
25
-
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader). Also check out the [breaking changes in vue-loader@9.0.0](https://github.com/vuejs/vue-loader/releases/tag/v9.0.0).
26
-
27
-
### Fork It And Make Your Own
28
-
29
-
You can fork this repo to create your own boilerplate, and use it with `vue-cli`:
0 commit comments