@mega-apps/mom-core-standard
v1.5.0
Published
Mega 中台(Vue) 项目
Downloads
52
Maintainers
Keywords
Readme
Mega Platform Vue
Mega 中台(Vue) 项目
安装依赖
# install dependencies
$ npm install
运行开发模式
# serve with hot reload at localhost:3000
$ npm run dev
生产
两种运行模式, 选择一种:
- 生成部署包(SPA/no-srr)
# generate static project $ npm run generate
- 运行SSR模式
# build for production and launch server $ npm run build $ npm run start
更多详细内容请参照 达智汇-大前端技术规范.