fox2app

介绍

Fox2app CLI 是基于 vue.js 作为 UI 的微应用脚手架。

开发服务

根据刚才创建的项目,我们进到项目中,开启服务:

npm run serve

代码检查

提供eslint代码检查服务:

npm run lint

打包

npm run build