This plugin is under development and is not ready for use yet. Please do not download/install the plugin in your project at the moment. A working release can be expected sometime during Q3 2022 and this message will be removed when it's ready for use.
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");