An open API service indexing awesome lists of open source software.

https://github.com/wangweianger/trueme-pro

萃美微信H5开发
https://github.com/wangweianger/trueme-pro

Last synced: 6 months ago
JSON representation

萃美微信H5开发

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
```