3.1.2 • Published 6 years ago

aurora-framework v3.1.2

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

aurora

Aurora is a small development toolkit assisting in the development of Vue applications.

cli

The CLI is used to scaffold and manage Aurora projects:

$ npm install -g aurora-framework

Then to scaffold a project:

$ mkdir my-project
$ cd my-project
$ aurora setup

And finally build it:

$ aurora build

You can add the -p or --production flag to perform a production build.

usage

scss

Aurora comes bundles with some SASS and Vue components. The bulk of the included SASS is provided as mixins rather than actual generated CSS, however some basic resets are provided out of the box.

A new Aurora project will already have these SASS files imported in app.scss.

components

The components bundled with Aurora can be imported into your application like so:

import { Modal, Checkbox } from 'aurora-framework';

Then used as normal within your Vue application.

3.1.2

6 years ago

3.1.1

6 years ago

3.0.1

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

3.0.0

7 years ago