Skip to content

Latest commit

 

History

History
 
 

assets-with-umi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example for building frontend app with umi

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deployment

Build assets with umi that will be generated to app/public which served by egg.

And manifest.json will be generated to config

$ npm run build

Start server

$ npm start