0.7.7 • Published 3 years ago

ys-ts v0.7.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

概述

这是一个沉淀了很久的代码库。功能繁多就在使用中慢慢看吧。 此库尝试使用 vite 打包哦。不同的库使用到的依赖都不相同,请在源代码中查找。

使用此库目前需要添加为 vite 添加编译参数,include 根据调用到的库的不同增加或减少,具体增加或减少的需要参看使用的包包括什么三方库

export default defineConfig({
  // ...
  optimizeDeps: {
    include: [
      "debug",
      "axios",
      "lodash",
      "yaml",
      "events",
      "lodash",
      "@vicons/fluent",
      "pinia",
      "naive-ui",
      "vue-i18n",
      "vue-router",
      "vue",
    ],
    exclude: ["ys-ts"],
  },
  // ...
});
0.6.45

3 years ago

0.7.7

3 years ago

0.7.0

3 years ago

0.6.31

3 years ago

0.6.30

3 years ago

0.6.27

3 years ago

0.6.18

3 years ago

0.6.13

3 years ago

0.6.12

3 years ago

0.6.11

3 years ago

0.6.9

3 years ago

0.6.7

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago