2.4.0 • Published 1 year ago

@reactseed/template-antd-i18n v2.4.0

Weekly downloads
2
License
BSD
Repository
github
Last release
1 year ago

@reactseed/template-antd-i18n

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-i18n
├── mock
├── public
├── src
│   ├── components
│   ├── configs
│   ├── hooks
│   ├── locales
│   ├── 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.

2.4.0

1 year ago

2.3.0

2 years ago

2.3.1

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-alpha.0

3 years ago

1.0.3-alpha.0

3 years ago

1.0.3

3 years ago

0.4.1

3 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago