mirror of
https://github.com/chansee97/nova-admin.git
synced 2026-07-23 22:35:46 +08:00
Compare commits
3 Commits
e201ff071f
...
bf5445b6e4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf5445b6e4 | ||
|
|
bf1cfcdd27 | ||
|
|
a149e301dd |
7
.gitignore
vendored
7
.gitignore
vendored
@ -25,8 +25,5 @@ stats.html
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
/src/typings/components.d.ts
|
||||
/src/typings/auto-imports.d.ts
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
components.d.ts
|
||||
auto-imports.d.ts
|
||||
|
||||
1
.npmrc
1
.npmrc
@ -2,3 +2,4 @@ registry=https://registry.npmmirror.com/
|
||||
shamefully-hoist=true
|
||||
strict-peer-dependencies=false
|
||||
auto-install-peers=true
|
||||
engine-strict = true
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "nova-admin",
|
||||
"type": "module",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.3",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.",
|
||||
"author": {
|
||||
"name": "chansee97",
|
||||
"email": "chen.dev@foxmail.com",
|
||||
@ -36,6 +36,9 @@
|
||||
"naive-ui-admin",
|
||||
"UnoCSS"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 20"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite --mode dev --port 9980",
|
||||
"dev:test": "vite --mode test",
|
||||
|
||||
7082
pnpm-lock.yaml
generated
Normal file
7082
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@ export default defineConfig(({ mode }) => {
|
||||
reportCompressedSize: false, // 启用/禁用 gzip 压缩大小报告
|
||||
},
|
||||
optimizeDeps: {
|
||||
include: ['echarts', 'md-editor-v3', '@tinymce/tinymce-vue'],
|
||||
include: ['echarts', 'md-editor-v3'],
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user