@reactseed/template-antd

2.4.0 • Public • Published

@reactseed/template-antd

LICENSE npm version NPM-CI

Ant Design template for the React Seed.

Trying Online

You can try Reactseed online on ⚡️ stackblitz.

⚡️ Edit on StackBlitz

Quick start

npx @reactseed/cli init

If you use npm 5.1 or earlier, you can't use npx. Instead, install @reactseed/cli globally:

npm install -g @reactseed/cli

Now you can run:

reactseed init

Select Ant Design Template

? The template you want to use?
    Defalut Template
  ❯ Ant Design Template (useRedux + useRequest)
    Ant Design Template using Vite (useRedux + useRequest)
    Ant Design Template (useRedux + useRequest + LinguiJs)

Then open http://localhost:3000/ to see your app.

When you’re ready to deploy to production, create a minified bundle with npm run build.

What's inside?

Project structure

Here are the top-level files and directories you'll see in an app created using this template.

@reactseed/template-antd
├── mock
├── public
├── src
│   ├── components
│   ├── configs
│   ├── hooks
│   ├── pages
│   ├── routes
│   ├── themes
│   ├── typings
│   ├── utils
│   ├── defaultSettings.ts
│   ├── index.tsx
│   ├── react-app-env.d.ts
│   ├── react.d.ts
│   ├── reportWebVitals.ts
│   ├── router.tsx
│   ├── setupTests.ts
│   └── setupProxy.js
├── .env
├── .eslintignore
├── .eslintrc
├── .gitignore
├── .prettierrc
├── .stylelintrc
├── craco.config.ts
├── README.md
├── tsconfig.json
└── package.json

License

React Seed is open source software licensed as BDS.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.4.06latest

Version History

VersionDownloads (Last 7 Days)Published
2.4.06
2.3.10
2.3.00
2.2.10
2.2.00
2.1.00
2.0.0-alpha.10
2.0.0-alpha.00
1.0.30
1.0.3-alpha.00
0.5.70
0.5.60
0.5.50
0.5.40
0.5.30
0.5.20
0.5.10
0.5.00
0.4.30
0.4.20
0.4.10
0.4.00
0.3.00
0.2.10
0.2.00
0.1.20
0.1.10
0.0.20
0.0.10

Package Sidebar

Install

npm i @reactseed/template-antd

Weekly Downloads

5

Version

2.4.0

License

BSD

Unpacked Size

45.7 kB

Total Files

56

Last publish

Collaborators

  • reactseed