UNPKG
@sanpjs/cmd-start
Version:
latest (0.0.0-0)
0.0.0-0
Sanp start command
@sanpjs/cmd-start
/
README.md
25 lines
(16 loc)
•
328 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
@sanpjs
/
@sanpjs
/cmd-start
@sanpjs
/cmd-start 是
San
Pro
框架的运行命令,其依赖
`sanp build`
后的产物
## 使用文档
``
`shell $ sanp start `
``
## 安装
``
`shell $ npm install --save-dev @sanpjs/cmd-start `
``
## 测试
执行命令
``
`bash #执行 __tests__ 文件夹下所有测试文件 yarn test `
``