vue-ecosphere
v0.1.16
Published
A modern and minimal design system
Downloads
13
Readme
Translations:
Resources:
Usage
Install
npm install vue-ecosphere
Import the plugin in main.js
import { createApp } from "vue";
import Ecosphere from "vue-ecosphere";
const app = createApp(App);
app.use(Ecosphere);
app.mount("#app");
中文版
我在学习中文,但是我的中文还不好。请原谅我的错误。:sweat_smile:
用法
安装
# 最新稳定版
npm install vue-ecosphere
在main.js
中添加一些
import { createApp } from "vue";
import Ecosphere from "vue-ecosphere";
const app = createApp(App);
app.use(Ecosphere);
app.mount("#app");