jiuyehengxia / mega-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lugia Mega

标准、高效、开箱即用的前端可视化设计开发工具

Development, Contribute

$ git clone http://repo

安装 yarn

# 安装依赖
$ yarn

使用 lerna 管理 packages

# 引导安装所有 packages 的依赖
$ yarn bootstrap

开发

使用 babel 转义并监听所有的改动文件

$ yarn start

测试

$ yarn test

生产构建

$ yarn build

运行单个 package 的测试

$ yarn run lerna exec --scope @lugia/mega-webpack -- yarn run test

发布 package 到 npm 或 私服

$ yarn run publish

## 发 alpha 版本
$ yarn run publish -a

# 忽略
$ yarn run publish -- --ignore mega-webpack

看 packages/*/README.md

About

License:Apache License 2.0


Languages

Language:JavaScript 96.5%Language:HTML 1.6%Language:CSS 0.7%Language:EJS 0.5%Language:SCSS 0.4%Language:TypeScript 0.3%Language:Less 0.0%