https://github.com/dmoosocool/knight
https://github.com/dmoosocool/knight
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmoosocool/knight
- Owner: dmoosocool
- Created: 2018-05-07T10:56:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T08:43:15.000Z (almost 5 years ago)
- Last Synced: 2025-03-14T21:15:14.332Z (over 1 year ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knight 介绍.
## 技术栈
- [gulp4.0](https://github.com/gulpjs/gulp) 支持series、parallel. [4.0文档](https://github.com/gulpjs/gulp/blob/master/docs/README.md)
1. [gulp-lich-include](https://www.npmjs.com/package/gulp-lich-include) 支持js合并, css合并, 支持使用npm包.
2. [gulp-nunjucks](https://github.com/sindresorhus/gulp-nunjucks) gulp解析nunjucks模板
- [babel](https://github.com/babel/babel) 支持es6 7的语法.
1. babel-preset-env
2. babel-plugin-transform-runtime
3. babel-runtime
- [nunjucks](http://mozilla.github.io/nunjucks/) html模板语法
-