Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cirolee/mew-cli
frontend scaffold,simple and fast
https://github.com/cirolee/mew-cli
Last synced: 3 days ago
JSON representation
frontend scaffold,simple and fast
- Host: GitHub
- URL: https://github.com/cirolee/mew-cli
- Owner: CiroLee
- License: mit
- Created: 2022-02-27T14:32:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T15:21:34.000Z (over 2 years ago)
- Last Synced: 2024-10-11T10:51:45.163Z (26 days ago)
- Language: TypeScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mew-cli
## 简单的前端工程构建脚手架。已支持 vite 构建的[vue 模板](https://github.com/CiroLee/vue-ts-tpl)和[react 模板](https://github.com/CiroLee/react-ts-tpl)
## 安装
```shell
// yarn
yarn add mew-cli global
``````shell
// npm
npm install mew-cli -g
```## 使用
> 使用 mew 或 mew-cli
```shell
// 初始化项目
mew init
// 创建页面(自动同步于到路由)
mew page
``````shell
// 推送代码
mew deploy
// 新仓库使用
mew deploy -u
```