Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ant-design/parcel-antd
Use antd with parcel
https://github.com/ant-design/parcel-antd
Last synced: 3 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T04:21:20.000Z (over 2 years ago)
- Last Synced: 2024-10-28T18:53:18.570Z (3 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 73
- Watchers: 11
- 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/)