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 b56c384 commit 8aa4e6dCopy full SHA for 8aa4e6d
README.md
@@ -1,5 +1,22 @@
1
# Generator-abstack-vuejs
2
-A yeoman generator for Vue.js
+A yeoman generator for Vue.js.
3
+
4
+## Usage
5
+You must install the [yeoman](https://github.com/yeoman/yeoman) first:
6
7
+```bash
8
+npm install -g yo
9
+```
10
11
+Then:
12
13
14
+# install
15
+npm install -g generator-abstack-vuejs
16
17
+# generate project
18
+yo abstack-vuejs
19
20
21
## Changelog
22
Visit [release notes](https://github.com/PeachScript/generator-abstack-vuejs/releases)
package.json
@@ -1,7 +1,7 @@
{
"name": "generator-abstack-vuejs",
"version": "0.2.1",
- "description": "A yeoman generate with Vue.js",
+ "description": "A yeoman generator for Vue.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments