Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhouqihang/gulp-template
https://github.com/zhouqihang/gulp-template
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhouqihang/gulp-template
- Owner: zhouqihang
- Created: 2018-07-09T05:27:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T10:23:56.000Z (over 6 years ago)
- Last Synced: 2024-11-11T17:49:30.006Z (3 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gulp-template
## use javascript
```shell
$ npm run dev
``````shell
$npm run build
```## use typescript
```shell
$ npm run dev:ts
``````shell
$npm run build:ts
```