0.0.9 • Published 1 year ago

allot-ui v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

项目介绍

  1. allot-ui 为公司内部 ui,暂时只侧重于企业内部需求开发
  2. 项目技术栈 vue3.2+vite4+ts

安装命令

  1. npm i allot-ui

项目导入

在 main.ts 中配置如下

  1. import Allotui from "allot-ui";
  2. import "allot-ui/dist/style.css"
  3. import "../node_modules/allot-ui/dist/icon/iconfont.css"
  4. app.use(Allotui)
  5. 在 vite-env.d.ts 文件中声明 declare module "allot-ui";

依赖安装

  1. npm i sass -S

VSCode 推荐插件

  1. Chinese(中文简体)
  2. EsLint (语法规范)
  3. Path intellisense (路径别名设置)
  4. prettier CodeFormat (代码格式化)
  5. Vue Language Features (Volar)
  6. TypeScript Vue Plugin (Volar)
  7. VSCode Great Icons 文件图标
  8. open in browser
  9. Windi CSS Intellisense
  10. Iconify IntelliSense
0.0.9

1 year ago

0.0.1

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago