Skip to content

Commit e3ad127

Browse files
authored
Update README.md
1 parent 5bf285d commit e3ad127

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,24 @@
1414
1515
项目运行(nodejs 6.0+)
1616
====
17+
``` bash
18+
# 克隆到本地
19+
git clone https://github.com/431910864/vue-framework7-scroll.git
1720

21+
# 安装cli
1822
npm install -g @vue/cli
1923

24+
# 进入文件夹
2025
cd vue-framework7-scroll
2126

27+
# 安装依赖
2228
npm install
2329

30+
# 开启本地服务器
2431
yarn serve
2532

33+
# 发布环境
34+
yarn build
35+
2636
效果演示
2737
====

0 commit comments

Comments
 (0)