2.3.0 • Published 7 years ago

aurora-cli v2.3.0

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

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