You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wangshaoping 50f0b242b7 发布 8.2.3 6 months ago
..
.bin 1. 前端核心工程: EnumTools 支持缓存 9 months ago
.vscode first version 2 years ago
public 修改 tailwind,仅包含 utilities.css 9 months ago
src 修复部分问题 6 months ago
template-project 发布 8.2.3 6 months ago
.browserslistrc first version 2 years ago
.editorconfig update 10 months ago
.eslintrc.cjs update 8 months ago
.gitignore update npm's version 9 months ago
.npmignore first version 2 years ago
.npmrc update 12 months ago
.prettierignore first version 2 years ago
.prettierrc.json first version 2 years ago
README.MD first version 2 years ago
babel.config.cjs add theme update 1 year ago
build.gradle first version 2 years ago
frontend-register.json first version 2 years ago
nodemon.json first version 2 years ago
package.json 发布 8.2.3 6 months ago
postcss.config.cjs first version 2 years ago
tailwind.config.cjs update 9 months ago
tsconfig.json update npm's version 9 months ago
util-components-generator.cjs update 10 months ago
util-frontend-register.cjs first version 2 years ago
util.template-generator.cjs update npm's version 9 months ago
vuepress.client.ts update npm's version 9 months ago
vuepress.config.ts update npm's version 9 months ago
webpack.config.common.cjs 修改 tailwind,仅包含 utilities.css 9 months ago
webpack.config.mf.cjs update 10 months ago
webpack.env.build.cjs update 12 months ago
webpack.env.lib.cjs update npm's version 9 months ago
webpack.env.prod.cjs update 9 months ago
webpack.env.serve.cjs add theme update 1 year ago

README.MD

平台前端核心库(platform-core)

本项目为基于 vue3 + quasar 的前端框架组件库,主要包括:

  1. 基本脚手架
  2. 封装的 UI 组件

组件构建方法

# 更新版本, 版本变化需在打包 pnpm lib 之前执行
pnpm version patch

# 打包
pnpm lib

# 发布到 npm 仓库
npm publish