Skip to content

Commit e406f41

Browse files
committed
chore: update readme
1 parent e35b18b commit e406f41

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,12 @@
3535

3636
## 快速开始
3737

38-
##### 安装工具
39-
40-
```bash
41-
$ npm install -g @dazejs/cli
42-
```
43-
4438
##### 创建工程
4539

4640
```bash
47-
$ daze create example
48-
$ cd example
49-
$ npm start
41+
$ npm init @dazejs/app project_name
42+
$ cd project_name
43+
$ npm run dev
5044
```
5145

5246
访问 `http://localhost:8080` 进行预览

0 commit comments

Comments
 (0)