Create website with no build configuration - 创建网站无需任何配置
$ npm i omi-cli -g # install cli $ omi init your_project_name # init project, you can also exec 'omi init' in an empty folder $ cd your_project_name # please ignore this command if you executed 'omi init' in an empty folder $ npm start # develop $ npm run build # release
Server Side Render:
$ omi init-ssr your_project_name # init ssr project, you can also exec 'omi init-ssr' in an empty folder $ cd your_project_name # please ignore this command if you executed 'omi init' in an empty folder $ npm run dev # develop $ npm run build # release $ npm start # release
|name |avatars |company |
|---|---|---|
| pasturn | | Mars Holding |
| heyli | | Tencent |
| vorshen |
| Tencent |
| dntzhang |
| Tencent |
This content is released under the MIT License.