Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

moss-ui

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moss-ui

The front-end UI framework with Vue.js and SCSS.

  • 0.8.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
14
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

MOSS-UI

Build Status npm version Downloads

The front-end UI framework with Vue.js and SCSS.

Demo

https://archco.github.io/moss-ui/

Installation

npm install moss-ui

Configuration

SCSS

// In your app.scss file.
@import 'app-variables'; // Customize variables for application.
@import '~moss-ui/src/scss/moss';
...

Vue Plugin

// In your app.js
import Vue from 'vue';
import MossUI from 'moss-ui';

Vue.use(MossUI);

window.vm = new Vue({
  el: '#app',
});

In HTML

<!-- in the <head> tag -->
<link rel="stylesheet" href="/css/app.css">
...

<!-- in the end of the <body> tag -->
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js"></script>
<script src="/js/app.js"></script>

Usage

Please see Documents

Change Log

CHANGELOG.md

License

MIT License

FAQs

Package last updated on 27 Dec 2019

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