This is the repo for the Routify docs site.
Development npm run dev
Dev + codesplitting npm run dev:split
Build npm run build
Please make sure that url rewrite redirects to dist/__app.html
on our server.
To create an optimised version of the app:
npm run build
npm run deploy:now