aurora-cli
v2.3.0
Published
A client-side development toolset using webpack.
Downloads
11
Maintainers
Readme
aurora-cli.
A Vue oriented development framework with WebPack, SASS and Babel.
installation.
$ npm install -g aurora-cli
usage.
This is the CLI for creating and managing Aurora projects.
To set up a new project:
$ aurora init
To build your application:
$ aurora build
To build in production mode:
$ aurora build --production