Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjzheng/html2js-gulp-for-cuf
Just a html2js tool for cuf team
https://github.com/hjzheng/html2js-gulp-for-cuf
Last synced: about 2 months ago
JSON representation
Just a html2js tool for cuf team
- Host: GitHub
- URL: https://github.com/hjzheng/html2js-gulp-for-cuf
- Owner: hjzheng
- Created: 2015-05-29T09:22:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T05:46:08.000Z (over 9 years ago)
- Last Synced: 2024-10-12T23:46:59.224Z (3 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# html2js-gulp-for-cuf
Just a html2js tool for cuf team- Put your js file into src/js dir
- Put your html file into src/template dir
- Put your css file into src/css dir
- ```npm install -g gulp```
- ```npm install```
- Run command ```gulp```Params
```
--concat-file-name ${{fileName}}
--uglify
--cssmini
--template-module-name ${{moduleName}}
--app-module-name ${{moduleName}}
```[gulp相关资料](https://github.com/hjzheng/CUF_meeting_knowledge_share/issues/33)