代码拉取完成,页面将自动刷新
🚩一套通用的Vue3 TypeScript框架模版
npm install --registry=https://registry.npmmirror.com
npm run dev
// freemarker: <#if unitTest != 'none'>
npm run test:unit
// freemarker: </#if>
npm run build
vue3-typescript
├─ 📁.vscode
├─ 📁public
│ └─ 📄favicon.ico
├─ 📁src
│ ├─ 📁assets
│ │ ├─ 📄base.css
│ │ ├─ 📄element-theme.css
│ │ ├─ 📄logo.svg
│ │ └─ 📄main.css
│ ├─ 📁components
│ │ ├─ 📁icons
│ │ │ ├─ 📄IconCommunity.vue
│ │ │ ├─ 📄IconDocumentation.vue
│ │ │ ├─ 📄IconEcosystem.vue
│ │ │ ├─ 📄IconSupport.vue
│ │ │ └─ 📄IconTooling.vue
│ │ ├─ 📄ECharts.vue
│ │ ├─ 📄TheWelcome.vue
│ │ └─ 📄WelcomeItem.vue
│ ├─ 📁layout
│ │ ├─ 📄Header.vue
│ │ ├─ 📄Layout.vue
│ │ └─ 📄Sidebar.vue
│ ├─ 📁plugins
│ │ └─ 📄index.ts
│ ├─ 📁router
│ │ └─ 📄index.ts
│ ├─ 📁store
│ │ └─ 📄index.ts
│ ├─ 📁types
│ │ └─ 📄global.d.ts
│ ├─ 📁views
│ │ ├─ 📁Echarts
│ │ │ ├─ 📁components
│ │ │ │ └─ 📄index.ts
│ │ │ ├─ 📄index.md
│ │ │ └─ 📄index.vue
│ │ ├─ 📁FullCalendar
│ │ │ └─ 📄index.vue
│ │ ├─ 📁G6
│ │ │ ├─ 📁components
│ │ │ │ ├─ 📄antvg6.ts
│ │ │ │ └─ 📄GraphEditor.vue
│ │ │ ├─ 📁g6-v1
│ │ │ │ └─ 📄index.vue
│ │ │ ├─ 📁g6-v2
│ │ │ │ └─ 📄index.vue
│ │ │ └─ 📄index.vue
│ │ ├─ 📁lunar-javascript
│ │ │ └─ 📄index.vue
│ │ └─ 📄NotFound.vue
│ ├─ 📄App.vue
│ └─ 📄main.ts
├─ 📄.eslintrc.cjs
├─ 📄.gitignore
├─ 📄.prettierrc.json
├─ 📄env.d.ts
├─ 📄index.html
├─ 📄kit.json
├─ 📄KIT.md
├─ 📄package.json
├─ 📄README.md
├─ 📄tsconfig.app.json
├─ 📄tsconfig.json
├─ 📄tsconfig.node.json
└─ 📄vite.config.ts
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。