Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)