Skip to content

使用ant design pro搭建的基础脚手架工程,包含登录、菜单、权限、mock等基本功能。可用于前端工程搭建。

License

Notifications You must be signed in to change notification settings

ja3per/ant-design-admin-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ant-design-admin-basic

使用ant design pro搭建的基础脚手架工程,包含登录、菜单、权限、mock等基本功能。

去掉了ant-design-admin工程中的示例代码以及无用的组件。

适合前端admin工程搭建时使用。

Project Structure

- config
  - config.js
- mock
  (mock api for development)
- src
  - assets
  - components
    (common components from antd or other community)
  - models
    (model related operation)
  - pages
    (view related)
  - services
    (send HTTP requests)
  - utils
    (utils for project)
.editorconfig
.gitignore
package.json
package-lock.json
README.md

Usage

$ git clone https://[email protected]/scm/dsd/cdna-platform-client.git
$ cd cdna-client
$ npm install
$ npm start         # visit http://localhost:8000

About

使用ant design pro搭建的基础脚手架工程,包含登录、菜单、权限、mock等基本功能。可用于前端工程搭建。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published