https://github.com/ant-design/parcel-antd
Use antd with parcel
https://github.com/ant-design/parcel-antd
Last synced: 18 days ago
JSON representation
Use antd with parcel
- Host: GitHub
- URL: https://github.com/ant-design/parcel-antd
- Owner: ant-design
- Created: 2018-01-01T09:04:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T04:21:20.000Z (over 2 years ago)
- Last Synced: 2025-03-29T10:43:33.160Z (about 1 month ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 73
- Watchers: 10
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - parcel-antd - Use antd with parcel (JavaScript)
README
# Ant Design Demo For Parcel
## Include
- React
- TypeScript
- Antd
- Parcel
- Less## Start
```bash
npm install
npm run dev
npm run build
```or
```bash
yarn
yarn dev
yarn build
```Visit http://localhost:1234
---
- [Parcel](https://parceljs.org/)
- [Antd](http://ant.design/)