prodog 组件库

杨志杰 3c2a3f50d3 修复路由的错误。 il y a 3 ans
.vscode 98e0de628b 修改vite的配置,取消open il y a 4 ans
bat 3a1ddecdb1 修改BAT文件。 il y a 4 ans
config 3c2a3f50d3 修复路由的错误。 il y a 3 ans
examples 63a0770aac 修改日期、日期时间控件。 il y a 4 ans
packages 3c2a3f50d3 修复路由的错误。 il y a 3 ans
public d2af4c7f75 修复 jquery.cookie的bug il y a 3 ans
.babelrc f815a377d3 增加测试用例。 il y a 4 ans
.editorconfig 508d2c2714 添加 eslint 校验规则 il y a 4 ans
.eslintignore 508d2c2714 添加 eslint 校验规则 il y a 4 ans
.eslintrc.js e6379ce747 修复 vue-datepicker.vue il y a 4 ans
.gitignore 0b22d18764 1.0 il y a 4 ans
README.md dafa5f3390 创建pc-client-component vue 3.0的版本。 il y a 4 ans
index.html 3df89b13c0 优化代码。 il y a 4 ans
package.json 3c2a3f50d3 修复路由的错误。 il y a 3 ans
webpack.base.js 9315813fcd 修改程序的打包,去掉JsUtil,因为他是不安全的,违反CSP安全策略。 il y a 3 ans
webpack.dev.js 6305c8e6af 优化打包配置。 il y a 4 ans
webpack.lib.js 3c2a3f50d3 修复路由的错误。 il y a 3 ans
webpack.prod.js 4787baf608 去掉 amis 的引用,需要使用的时候,再引用,减少体积。 il y a 3 ans

README.md

pc-client-component

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.