Skip to content

Commit 48d9c47

Browse files
committed
build: migrate to vite
1 parent 701a20c commit 48d9c47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+3823
-5315
lines changed

.babelrc

-21
This file was deleted.

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.DS_Store
22
node_modules/
33
/dist/
4+
/dist-webpack/
5+
stats.html
46
dist.zip
57
npm-debug.log*
68
package-lock.json

.postcssrc.js

-10
This file was deleted.

Document.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212
- 点击 Create 会新建标签组,此时左边的 label 显示为 create,在 title 输入框中输入你要新建的 tag 名字,然后在下面的穿梭框内选择要加入标签组的题目,最后点击 Submit 按钮提交新建信息。
1313

1414
- 点击 Delete 会删除该标签组。
15+
16+
## vue2-editor
17+
锁死在 2.3.11。避免出现 vue2-editor.esm.js

build/build.js

-41
This file was deleted.

build/check-versions.js

-54
This file was deleted.

build/logo.png

-6.69 KB
Binary file not shown.

build/utils.js

-101
This file was deleted.

build/vue-loader.conf.js

-22
This file was deleted.

build/webpack.base.conf.js

-92
This file was deleted.

0 commit comments

Comments
 (0)