https://github.com/onface/edm
EDM
https://github.com/onface/edm
Last synced: 6 months ago
JSON representation
EDM
- Host: GitHub
- URL: https://github.com/onface/edm
- Owner: onface
- Created: 2017-09-19T07:16:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T10:21:22.000Z (over 8 years ago)
- Last Synced: 2025-05-15T07:41:46.881Z (8 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EDM
## dev
```shell
v=template/2017-09-19 npm run dev
# npm run dev
npm run s
```
## publish
你需要设置七牛系统环境变量(环境变量找前端负责人或者运维)
必须环境变量: `EDM_QINIU_DOMAIN` `EDM_QINIU_AK` `EDM_QINIU_SK`
非必须环境变量:`EDM_QINIU_BUCKET`
```shell
v=template/2017-09-19 npm run up
```