1.0.0-dev.2 • Published 3 years ago

@alwaysme/design-vue3 v1.0.0-dev.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

AlwaysMe-Design-Vue3

📌 Desc

  • 🔥 This project is in the development stage and should not be used in the production environment.
  • 👻 此项目正处于开发测试阶段,切勿在生产环境中使用。

💫 Start

  • 版本: Vue >= 3.2.0

  • 注意: 由于 Vue3 不再支持 IE 浏览器环境,AlwaysMe 也不再支持 IE 浏览器环境。

📦️ Install

  • 推荐使用 npm 或 yarn 的方式进行包管理

  • npm install @alwaysme/design-vue3

  • yarn add @alwaysme/design-vue3

🧑‍💻 Use

  • /src/main.js 文件中全局引入 AlwaysMe 组件库

    import { createApp } from 'vue'
    import App from './App.vue'
    
    import AlwaysMe from '@alwaysme/design-vue3'
    import '@alwaysme/design-vue3/style.css'
    createApp(App).use(AlwaysMe).mount('#app')

📌 Contributors 贡献者