The Omi command line utility.
Prerequisites: Node.js (>=6.x), npm version 3+
$ npm install omi-cli -g
$ omi init // in current directory
$ omi init [project name] // in new directroy named project name
Example:
$ omi init app
omi-cli will run npm to install dependencies.
Using Gulp + Webpack + Babel + BrowserSync
Scaffolding.
You can modify your project name,or modify the project detail by npm init
.
$ npm run dev
$ npm run dist