0.0.19 • Published 7 years ago

pallas v0.0.19

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

关于 Pallas UI

Pallas UI 是一个基于 Vue.js 2.0+ 的开源 UI 组件库,在交互和视觉设计上遵循前端规范,适用于 PC 端和 mobile 端。

##支持 Support Vue.js 2.0+ Not support Vue.js 1.x

##使用 ###npm install

$ npm install pallas --save-dev

###Pallas init

import Vue from 'vue'
import Pallas from 'pallas'
Vue.use(Pallas)

export default {
  name: 'app',
  mounted(){
    this.$pallas.init()
  }
}

###import css

<link href="./node_modules/pallas/dist/pallas.min.css" rel="stylesheet" type="text/css">

##相关项目

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.7

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago