https://github.com/future-team/module-template
用于快速创建模块项目的脚手架项目
https://github.com/future-team/module-template
Last synced: 12 months ago
JSON representation
用于快速创建模块项目的脚手架项目
- Host: GitHub
- URL: https://github.com/future-team/module-template
- Owner: future-team
- License: mit
- Created: 2016-03-03T02:53:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T07:07:59.000Z (about 10 years ago)
- Last Synced: 2025-01-06T13:49:18.005Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# module-template
这是一个模块组件开发的脚手架项目,用于快速搭建模块开发项目。
## 使用
- 下载此项目至本地,修改项目名称和package.json里的信息;
- git remote rm origin
- git remote add origin {你的仓库地址} 例如:git remote add origin git@code.dianpingoa.com:pc-trade-f2e/apollo-template-static.git
- git fetch
- git pull origin master
- 全局安装smartDoc 用于生成文档
## Command
```
#测试
npm run test
#打包
npm run build
#例子演示
npm run demo
```