Skip to content

Commit

Permalink
docs: add antd intro
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Oct 10, 2023
1 parent cf263cd commit fd6c26e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Vue template for starter using Vue3 + TypeScript + Vite + Pinia + Unocss 🚀
- [x] [vite-plugin-pwa](https://github.com/antfu/vite-plugin-pwa) Zero-config PWA for Vite
- [x] [Pinia](https://pinia.vuejs.org/) The Vue Store that you will enjoy using
- [x] [Element Plus](https://github.com/element-plus/element-plus) 🎉 A Vue.js 3 UI Library made by Element team
- [x] [Ant Design Vue](https://github.com/vueComponent/ant-design-vue) 🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
- [x] [vueuse](https://github.com/vueuse/vueuse) Collection of essential Vue Composition Utilities for Vue 2 and 3
- [x] [axios](https://github.com/axios/axios) Promise based HTTP client for the browser and node.js
- [x] 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine
Expand Down Expand Up @@ -46,6 +47,14 @@ pnpm dev
pnpm build
```

## Customize

If you want to use Ant Design Vue, just checkout the branch `antd`.

```bash
git clone --branch antd https://github.com/yugasun/vue-ts-starter
```

If you don't need any UI components, just clone or checkout the branch `simple`.

```bash
Expand Down

1 comment on commit fd6c26e

@vercel
Copy link

@vercel vercel bot commented on fd6c26e Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-ts-starter – ./

vue-ts-starter.vercel.app
vue-ts-starter-git-main-yugasun.vercel.app
vue-ts-starter-yugasun.vercel.app

Please sign in to comment.