Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zuojiangtao/antd-vue3-admin
A vue3 template.Based on vue3, vite4, ts5 and ant-design-vue4.
https://github.com/Zuojiangtao/antd-vue3-admin
ant-design-pro ant-design-vue ts vite vue3
Last synced: 1 day ago
JSON representation
A vue3 template.Based on vue3, vite4, ts5 and ant-design-vue4.
- Host: GitHub
- URL: https://github.com/Zuojiangtao/antd-vue3-admin
- Owner: Zuojiangtao
- License: mit
- Created: 2023-04-26T05:43:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T03:39:07.000Z (3 months ago)
- Last Synced: 2024-08-02T06:01:09.003Z (3 months ago)
- Topics: ant-design-pro, ant-design-vue, ts, vite, vue3
- Language: Vue
- Homepage: https://antd-vue3-admin.vercel.app
- Size: 103 KB
- Stars: 22
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-vite - antd-vue3-admin - A starter template based on Vue3, Vite4, TS5 and Ant-Design-Vue4. (Get Started / Templates)
- awesome-vite - antd-vue3-admin - A starter template based on Vue3, Vite4, TS5 and Ant-Design-Vue4. (Get Started / Templates)
README
antd-vue3-admin
**English** | [中文](README.zh-CN.md)
## Introduction
A mid-backend development template project based on vue3, vite4 and ant-design-vue4. Using the latest vue3, vite4, TypeScript5 and other cutting-edge technologies, out-of-the-box front-end solutions can be used for learning and business development.
![./preview.png](./preview.png)
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
1. Disable the built-in TypeScript Extension
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
pnpm install
```### Compile and Hot-Reload for Development
```sh
pnpm run dev
```### Type-Check, Compile and Minify for Production
```sh
pnpm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
pnpm run lint
```