Skip to content

Commit 4dde928

Browse files
authored
Update README.md
1 parent 95af0fc commit 4dde928

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed
Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,8 @@
1-
# webpack-simple
1+
# webpack4-simple
22

3-
> 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
44
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
66
7-
### Usage
7+
> This template is Vue 2.0 compatible.
88
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`:
30-
31-
``` bash
32-
vue init username/repo my-project
33-
```

0 commit comments

Comments
 (0)