eggjs/egg-ant-design-pro

Name: egg-ant-design-pro

Owner: egg

Description: showcase for Egg loves AntD

Created: 2018-02-27 14:50:41.0

Updated: 2018-05-23 15:02:54.0

Pushed: 2018-03-29 09:34:43.0

Homepage:

Size: 179

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Egg Example for Ant Design Pro

A full example with frontend(Ant Design Pro) and backend(Egg.js).

Development

Egg has integrated with assets tools by egg-view-assets, so you don't have to start another command for serving assets.

m run dev

npm run dev will start a dev server for assets that configured in config.assets.devServer.

Deployment

Assets should be compiled before shipping.

m run build

It will be generated to app/public that hosted by Egg, due to the configration of `.webpackrc.

Start Egg with prod environment.

m start
Deploy assets to CDN

TODO

How to Contribute

Please let us know how can we help. Do check out issues for bug reports or suggestions first.

To become a contributor, please follow our contributing guide.

License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.