We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f72d3 commit 41436e4Copy full SHA for 41436e4
README.md
@@ -9,11 +9,10 @@
9
The best way to get started is with [vue-cli](https://github.com/vuejs/vue-cli):
10
11
``` js
12
-npm install -g vue-cli
13
-vue init webpack-simple hello
+npm install -g @vue/cli
+vue create hello
14
cd hello
15
-npm install
16
-npm run dev
+npm run serve
17
```
18
19
This will setup a basic Webpack + `vue-loader` project for you, with `*.vue` files and hot-reloading working out of the box!
0 commit comments