Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyunlong committed Sep 16, 2013
0 parents commit 2841af2
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
##FIS-PC
[![NPM version](https://badge.fury.io/js/fis-pc.png)](http://badge.fury.io/js/fis-pc)

> FIS-PC提供了一套贯穿开发流程的开发体系和集成开发环境,为产品线提供前端开发底层架构,帮助工程师提高开发效率,沟通协作效率,快速实现需求并达到代码的最优化。
## 快速上手

* [安装](https://github.com/fis-dev/fis-pc/wiki/快速上手#)
* npm install **-g** fis-pc
* [三条命令,满足你的所有开发需求](https://github.com/fis-dev/fis-pc/wiki/%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B#%E4%B8%89%E6%9D%A1%E5%91%BD%E4%BB%A4%E6%BB%A1%E8%B6%B3%E4%BD%A0%E7%9A%84%E6%89%80%E6%9C%89%E9%9C%80%E6%B1%82)
* fis-pc install <name>
* fis-pc release [options]
* fis-pc server <command> [options]

## 示例演示

* [示例安装](https://github.com/fis-dev/fis-pc/wiki/%E7%A4%BA%E4%BE%8B#%E7%A4%BA%E4%BE%8B%E5%AE%89%E8%A3%85)
* [示例预览](https://github.com/fis-dev/fis-pc/wiki/%E7%A4%BA%E4%BE%8B#%E7%A4%BA%E4%BE%8B%E9%A2%84%E8%A7%88)

## 解决方案规范

* [站点目录结构](https://github.com/fis-dev/fis-pc/wiki/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88%E8%A7%84%E8%8C%83#)
* [组件化](https://github.com/fis-dev/fis-pc/wiki/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88%E8%A7%84%E8%8C%83#-1)

## 编译开发

* 基础开发
* [模板](https://github.com/fis-dev/fis-pc/wiki/模板)
* [页面](https://github.com/fis-dev/fis-pc/wiki/%E6%A8%A1%E6%9D%BF#%E9%A1%B5%E9%9D%A2)
* [widget](https://github.com/fis-dev/fis-pc/wiki/%E6%A8%A1%E6%9D%BF#widget)
* [语言能力](https://github.com/fis-dev/fis-pc/wiki/%E6%A8%A1%E6%9D%BF#widget)
* [JS](https://github.com/fis-dev/fis-pc/wiki/js)
* [widget](https://github.com/fis-dev/fis-pc/wiki/js#widget)
* [其他](https://github.com/fis-dev/fis-pc/wiki/js#%E5%85%B6%E4%BB%96)
* [语言能力](https://github.com/fis-dev/fis-pc/wiki/js#%E8%AF%AD%E8%A8%80%E8%83%BD%E5%8A%9B)
* [CSS](https://github.com/fis-dev/fis-pc/wiki/css)
* [widget](https://github.com/fis-dev/fis-pc/wiki/css#widget)
* [其他](https://github.com/fis-dev/fis-pc/wiki/css#%E5%85%B6%E4%BB%96)
* [语言能力](https://github.com/fis-dev/fis-pc/wiki/css#%E8%AF%AD%E8%A8%80%E8%83%BD%E5%8A%9B)
* 自动化工具
* [模板XSS修复工具](https://github.com/fis-dev/fis-pc/wiki/%E8%87%AA%E5%8A%A8%E5%8C%96%E5%B7%A5%E5%85%B7#xss)
* [图片合并工具](https://github.com/fis-dev/fis-pc/wiki/%E8%87%AA%E5%8A%A8%E5%8C%96%E5%B7%A5%E5%85%B7#%E5%9B%BE%E7%89%87%E5%90%88%E5%B9%B6%E5%B7%A5%E5%85%B7)
* [模板压缩工具](https://github.com/fis-dev/fis-pc/wiki/%E8%87%AA%E5%8A%A8%E5%8C%96%E5%B7%A5%E5%85%B7#%E6%A8%A1%E6%9D%BF%E5%8E%8B%E7%BC%A9%E5%B7%A5%E5%85%B7)
* [JS压缩工具](https://github.com/fis-dev/fis-pc/wiki/%E8%87%AA%E5%8A%A8%E5%8C%96%E5%B7%A5%E5%85%B7#js%E5%8E%8B%E7%BC%A9%E5%B7%A5%E5%85%B7)
* [CSS压缩工具](https://github.com/fis-dev/fis-pc/wiki/%E8%87%AA%E5%8A%A8%E5%8C%96%E5%B7%A5%E5%85%B7#css%E5%8E%8B%E7%BC%A9%E5%B7%A5%E5%85%B7)
* 插件使用
* [html](https://github.com/fis-dev/fis-pc/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8#html)
* [head](https://github.com/fis-dev/fis-pc/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8#head)
* [body](https://github.com/fis-dev/fis-pc/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8#body)
* [script](https://github.com/fis-dev/fis-pc/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8#script)
* [require](https://github.com/fis-dev/fis-pc/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8#require)
* [widget](https://github.com/fis-dev/fis-pc/wiki/%E6%8F%92%E4%BB%B6%E4%BD%BF%E7%94%A8#widget)
* 开发配置
* [基础配置](https://github.com/fis-dev/fis-pc/wiki/%E5%9F%BA%E7%A1%80%E9%85%8D%E7%BD%AE)
* [打包配置](https://github.com/fis-dev/fis-pc/wiki/%E6%89%93%E5%8C%85%E9%85%8D%E7%BD%AE)
* [插件配置](https://github.com/fis-dev/fis-pc/wiki/%E6%8F%92%E4%BB%B6%E9%85%8D%E7%BD%AE)
* [产出配置](https://github.com/fis-dev/fis-pc/wiki/%E4%BA%A7%E5%87%BA%E9%85%8D%E7%BD%AE)

## 联调自测

* [本地模拟请求转发功能](https://github.com/fis-dev/fis-pc/wiki/%E6%9C%AC%E5%9C%B0%E6%A8%A1%E6%8B%9F%E8%AF%B7%E6%B1%82%E8%BD%AC%E5%8F%91%E5%8A%9F%E8%83%BD)
* [本地调试数据功能](https://github.com/fis-dev/fis-pc/wiki/%E6%9C%AC%E5%9C%B0%E8%B0%83%E8%AF%95%E6%95%B0%E6%8D%AE%E5%8A%9F%E8%83%BD)
* [线上调试测试](https://github.com/fis-dev/fis-pc/wiki/%E7%BA%BF%E4%B8%8A%E8%B0%83%E8%AF%95%E6%B5%8B%E8%AF%95)

## 上传部署

* [产出目录](https://github.com/fis-dev/fis-pc/wiki/%E4%B8%8A%E4%BC%A0%E9%83%A8%E7%BD%B2#%E4%BA%A7%E5%87%BA%E7%9B%AE%E5%BD%95)
* [上传配置](https://github.com/fis-dev/fis-pc/wiki/%E4%B8%8A%E4%BC%A0%E9%83%A8%E7%BD%B2#%E4%B8%8A%E4%BC%A0%E9%85%8D%E7%BD%AE)

## 编译提测

* [编译脚本](https://github.com/fis-dev/fis-pc/wiki/%E7%BC%96%E8%AF%91%E6%8F%90%E6%B5%8B#%E7%BC%96%E8%AF%91%E8%84%9A%E6%9C%AC)
* [icafe编译](https://github.com/fis-dev/fis-pc/wiki/%E7%BC%96%E8%AF%91%E6%8F%90%E6%B5%8B#icafe%E7%BC%96%E8%AF%91)

0 comments on commit 2841af2

Please sign in to comment.