https://github.com/cheft/fis-module
FIS 模块化示例,比较全的样例
https://github.com/cheft/fis-module
Last synced: 9 months ago
JSON representation
FIS 模块化示例,比较全的样例
- Host: GitHub
- URL: https://github.com/cheft/fis-module
- Owner: cheft
- Created: 2014-12-17T07:50:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T07:56:49.000Z (over 11 years ago)
- Last Synced: 2025-05-11T07:15:36.095Z (about 1 year ago)
- Language: JavaScript
- Size: 1.43 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## fis & 插件安装
npm install -g fis
npm install -g fis-parser-coffee-react
npm install -g fis-parser-coffee-script
npm install -g fis-parser-sass
npm install -g fis-parser-less
npm install -g fis-parser-react
npm install -g fis-parser-marked
npm install -g fis-postprocessor-require-async
npm install -g fis-postprocessor-jswrapper
npm install -g fis-postpackager-autoload
npm install -g fis-postpackager-simple
## bower & 库安装
npm install -g bower
cd colorvest
bower install
## 编译 & 运行
cd colorvest
fis release -opm
fis server start
## 打包 & 发布
fis release -op --dest local