AlloyTeam / omi-cli

Create website with no build configuration - 创建网站无需任何配置

Home Page:http://omijs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI

$ 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 

Contributors

name avatars company
pasturn Mars Holding
heyli Tencent
vorshen Tencent
dntzhang Tencent

License

This content is released under the MIT License.

About

Create website with no build configuration - 创建网站无需任何配置

http://omijs.org


Languages

Language:JavaScript 96.4%Language:HTML 2.2%Language:CSS 1.5%