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

oriente-ui

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oriente-ui

A bunch of components for supporting Oriente front-end team.

  • 0.6.16
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Oriente UI

Greenkeeper badge

A bunch of components for supporting Oriente front-end team.

DEMO

Features

  • Mobile friendly.
  • Works on all fancy browsers.
  • Supports SSR, SPA, PWA and standard HTML pages.

Setup

$ yarn add oriente-ui

Usage

SPA (CSR)

import OrienteUI from 'oriente-ui'
import 'oriente-ui/lib/oriente-ui.css'

Vue.use(OrienteUI)

Nuxt.js (SSR)

// plugins/oriente-ui.js
import OrienteUI from 'oriente-ui'
import 'oriente-ui/lib/oriente-ui.css'

export default () => {
  Vue.use(OrienteUI)
}

// nuxt.config.js
plugins: [
  '~/plugins/oriente-ui.js'
]

Build

Build assets for demo site with bundle analyzer

$ yarn build:inspect

Build library files

$ yarn lib

Development

Start styleguidist

$ yarn styleguide

Start demo site

$ yarn serve

FAQs

Package last updated on 08 Jul 2020

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