0.1.24 • Published 8 years ago

wegame-element v0.1.24

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

WegameElement

A Vue.js 2.0 UI Toolkit for Web. (fork from https://github.com/ElemeFE/element)

安装

npm install wegame-element -S

使用

import Vue from 'vue'
import WegameElement from 'wegame-element'

Vue.use(WegameElement)

// or
import {
  Select,
  Button
  // ...
} from 'wegame-element'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

浏览器支持

主流浏览器以及Internet Explorer 9+

开发环境搭建

  1. 安装nvm用于管理多个node的版本,下载地址(安装包nvm-setup.zip):https://github.com/coreybutler/nvm-windows/releases/latest

  2. 安装node版本:nvm install 7.5.0

  3. 切换node版本:nvm use 7.5.0

  4. 安装yarn用于加速包安装,下载地址:https://yarnpkg.com/latest.msi

  5. 一切就绪,运行:npm run dev

  6. 打开浏览器,http://localhost:8085

发布版本

npm run dist

LICENSE

MIT

0.1.24

8 years ago

0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago