Skip to content

shuvijs/shuvi

Repository files navigation

Shuvi

Meta Framework to create applications quickly.

Features

  • Automatic transpilation and bundling (with webpack and babel)
  • On demand transpilation / Hot code reloading
  • Code splitting for every pages
  • Server-Side Rendering

Contributing

See CONTRIBUTING.md for more information on what we're looking for and how to get started.

Credits

Some implementation of shuvi.js are inspired by existing projects, such as next.js and umi.js. Thanks for them.