-
Notifications
You must be signed in to change notification settings - Fork 24
shy2850 edited this page Oct 27, 2014
·
8 revisions
Table of Contents
##f2e-server是做什么的
从提供最基本的文件服务器出发, 扩展前端开发、联调、测试、发布、文档、优化等工作流程的辅助工具。
##如何使用f2e-server
###安装nodejs环境
- 官方下载安装: http://nodejs.org/
###安装f2e-server
- 使用nodejs包管理工具:
npm install f2e-server
- 如果需要使用 中间件以及插件功能, 进入f2e-server根目录进行开发者安装
npm install
###启动f2e-server
- 可以直接使用node命令启动:
node node-server.js
- 也可以使用npm启动服务器,并使用本机默认的浏览器打开http://localhost:`npm start`
- 如果启动失败,一般是本地端口冲突: f2e-server默认开启80端口和2850端口(该端口服务主要索引服务器的内置前端资源)