New design for the Roufity docs site.
Development npm run dev
Dev + codesplitting npm run dev:split
Build npm run build
Please make sure that url rewrite is enabled on our server.
- For apps without code splitting redirect to index.html
- For apps with code splitting redirect to dynamic.html
To create an optimised version of the app:
npm run build
npm install -g now
npm run build && cd public && now deploy --name routify-docs-2020 --prod -A ../now.json