oriente-ui

0.6.16 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i oriente-ui

Weekly Downloads

1

Version

0.6.16

License

none

Unpacked Size

4.73 MB

Total Files

12

Last publish

Collaborators

  • tpai