Commit d1acd55c authored by 曾沂轮's avatar 曾沂轮

Fix: 修复一些问题

parent 74128f97
# svi-cli smart-web-router Template # svi-cli smart-web-tabs Template
> 一个基于[SmartWeb](http://172.16.10.132:8010/smartweb2/document/)应该库支撑的路由应用模板,提供给svi-cli脚手架获取. > 一个基于[SmartWeb](http://172.16.10.132:8010/smartweb2/document/)应该库支撑的路由应用模板,提供给svi-cli脚手架获取.
> 提供内部平台或项目使用的初始模板 > 提供内部平台或项目使用的初始模板
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
``` bash ``` bash
$ npm install -g svi-cli # 如果已安装,请跳过 $ npm install -g svi-cli # 如果已安装,请跳过
$ svi init smart-web-router my-project $ svi init smart-web-tabs my-project
$ cd my-project $ cd my-project
$ npm install $ npm install
$ npm run serve $ npm run serve
......
{ {
"name": "vue-app", "name": "smart-web-tabs",
"version": "0.0.1", "version": "0.0.1",
"description": "a svi CLI vue-app template.", "description": "a svi CLI smart-web-tabs template.",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
......
{ {
"name": "smart-web", "name": "{{name}}",
"description": "{{description}}", "description": "{{description}}",
"version": "1.0.0", "version": "1.0.0",
"author": "zengyl@southzn.com", "author": "zengyl@southzn.com",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment