Static site generation example
description | command |
---|---|
run dev build with dev server | npm run dev |
run prod build with ssg | npm run build |
run prettier write | npm run prettier:write |
The master branch has an example without code splitting, while the lazy branch demonstrates its usage with code splitting.