2018-11-21 22:31:12 +08:00
|
|
|
## omi-cli
|
2018-10-19 08:04:39 +08:00
|
|
|
|
2021-08-05 18:52:10 +08:00
|
|
|
### New Project by Omi
|
|
|
|
|
|
|
|
```bash
|
2021-08-06 09:23:59 +08:00
|
|
|
$ npx omi-cli init my-app
|
2021-08-05 18:52:10 +08:00
|
|
|
$ cd my-app
|
|
|
|
$ npm start # develop
|
|
|
|
$ npm run build # release
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### New Component by Omi
|
|
|
|
|
2018-10-19 08:04:39 +08:00
|
|
|
```bash
|
2021-08-06 09:23:59 +08:00
|
|
|
$ npx omi-cli init-component my-component
|
2019-09-21 13:02:09 +08:00
|
|
|
$ cd my-app
|
2021-08-05 18:52:10 +08:00
|
|
|
$ npm start # develop
|
|
|
|
$ npm run build # release
|
2018-10-19 08:04:39 +08:00
|
|
|
```
|
|
|
|
|
2021-08-06 09:23:59 +08:00
|
|
|
### Update to the latest version
|
2018-10-26 22:09:17 +08:00
|
|
|
|
2021-08-06 09:23:59 +08:00
|
|
|
```bash
|
|
|
|
$ npm i omi-cli -g
|
2018-10-26 22:09:17 +08:00
|
|
|
```
|
2018-11-07 16:02:39 +08:00
|
|
|
|
2018-10-19 08:04:39 +08:00
|
|
|
# License
|
2018-10-22 03:50:09 +08:00
|
|
|
|
|
|
|
This content is released under the [MIT](http://opensource.org/licenses/MIT) License.
|