A modern lightweight design system, built on the principles of minimalism with inspirations from Scandinavian architecture, handcrafted for data intensive applications.
Translations:
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");