New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aurora-framework

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurora-framework

Development toolkit for Vue applications.

  • 3.1.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 07 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc