https://github.com/wangweianger/trueme-pro
萃美微信H5开发
https://github.com/wangweianger/trueme-pro
Last synced: 6 months ago
JSON representation
萃美微信H5开发
- Host: GitHub
- URL: https://github.com/wangweianger/trueme-pro
- Owner: wangweianger
- Created: 2016-07-09T08:38:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T07:12:11.000Z (over 8 years ago)
- Last Synced: 2025-07-04T19:06:55.538Z (about 1 year ago)
- Language: HTML
- Size: 2.97 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 萃美科技
> * 使用了vue.js mvvm框架
* 采用fis3 进行前端项目的开发及其打包
## 项目步骤
1.安装node.js
2.全局安装fis3
```
npm install fis3 -g
```
3.启动服务
```
fis3 server start
打开浏览器运行:localhost:8080
```
4.生产环境打包
```
fis3 release -d ../output
```