https://github.com/huauauaa/vue-ts-antd-starter
Starter using Vue2 + typescript +ant-design-vue
https://github.com/huauauaa/vue-ts-antd-starter
ant-design-vue jest typescript vue2
Last synced: 8 months ago
JSON representation
Starter using Vue2 + typescript +ant-design-vue
- Host: GitHub
- URL: https://github.com/huauauaa/vue-ts-antd-starter
- Owner: Huauauaa
- Created: 2021-08-02T06:08:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T13:54:51.000Z (over 1 year ago)
- Last Synced: 2024-06-23T14:59:52.998Z (over 1 year ago)
- Topics: ant-design-vue, jest, typescript, vue2
- Language: Vue
- Homepage: https://huauauaa.github.io/vue-ts-antd-starter/
- Size: 2.75 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ts-antd-starter
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).