nova-vue
v0.4.7
Published
An enterprise-class UI design language and Vue components implementation
Downloads
14
Maintainers
Readme
一套企业级 Vue 组件库。
✨ 特性
- 🏢 提炼自企业级前台产品的交互语言和视觉风格。
- 🗃️ 开箱即用的高质量 Vue 组件。
- 🌐 国际化语言支持。
- 📐 深入每个细节的样式定制能力。
💻 支持环境
- 现代浏览器和 IE9 及以上。
- 支持服务端渲染。
| IE / Edge | Firefox | Chrome | Safari | iOS Safari | | --------------------- | --------------- | --------------- | --------------- | --------------- | | IE9, IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
🛠️ 安装
$ yarn add nova-vue
$ npm install nova-vue --save
🧭 示例
<template>
<NovaDatePicker />
</template>
<script>
import { NovaDatePicker } from 'nova-vue';
export default {
components: {
NovaDatePicker
}
};
</script>
引入样式
import 'nova-vue/dist/nova.css';
🍃 按需加载
参考 按需加载文档 。
🌐 国际化
参考 国际化文档 。
🔗 链接
👨💻 本地开发
克隆到本地开发:
$ git clone https://github.com/LVMM-PC/nova-vue.git
$ cd nova-vue
$ yarn install
$ yarn serve
打开浏览器访问 http://localhost:8080 。