TonySergio / jvl-react-ant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JVL SAS Test Tool

Features

  • πŸ’Ž Neat Design: Follow Ant Design specification
  • πŸ“ Common Templates: Typical templates for enterprise applications
  • πŸš€ State of The Art Development: Newest development stack of React/dva/antd
  • πŸ“± Responsive: Designed for variable screen sizes
  • 🎨 Theming: Customizable theme with simple config
  • 🌐 International: Built-in i18n solution
  • βš™οΈ Best Practices: Solid workflow to make your code healthy
  • πŸ”’ Mock development: Easy to use mock development solution
  • βœ… UI Test: Fly safely with unit and e2e tests

Templates

- Form
  - Basic Form
  - Step Form
  - Advanced From
- List
  - Standard Table
  - Standard List
  - Card List
- Result
  - Success
  - Failed
- Exception
  - 403
  - 404
  - 500
- User
  - Login
  - Register
  - Register Result

Requires

- Node.js v8.11.3
- Yarn 1.7.0

Install project

$ git clone https://github.com/TonySergio/jvl-react-ant --depth=1
$ cd ant-design-pro
$ yarn install

Usage (development)

$ yarn start         #  start dev server on http://localhost:8000

Also start App with Electron

$ yarn start:desktop # open desktop app 

Usage (prod)

Make build for target architecture:

$ yarn pack:win

Browsers support

Modern browsers and IE11.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

About

License:MIT License


Languages

Language:JavaScript 87.1%Language:CSS 12.6%Language:HTML 0.1%Language:Shell 0.1%