0.0.0 • Published 5 months ago

mone v0.0.0

Weekly downloads
2
License
-
Repository
-
Last release
5 months ago

mone

提高Web前端开发效率的库,主要包含一些函数、类,基于ES6。

必要依赖

vue >= 2.5.2 element-ui >= 2.4.0 axios >= 0.16.0

安装

CommonJS方式

npm install mone -D

umd方式

<link href="path/to/mone/style.css" rel="stylesheet">
<script src="path/to/mone/index.js"></script>
&
window.mone

快速上手

import Vue from "vue";
import 'mone/style.css';
import Mone from "mone";
Vue.use(Mone)
0.0.0

5 months ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

7 years ago