1 Star 0 Fork 0

qzb/vue3-typescript-g6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Vue3-TypeScript

🚩一套通用的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

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/user-common/vue3-typescript-g6.git
git@gitee.com:user-common/vue3-typescript-g6.git
user-common
vue3-typescript-g6
vue3-typescript-g6
master

搜索帮助