Building for production: quick hits
This commit is contained in:
parent
a57309f2c9
commit
31838b9ef3
@ -74,6 +74,19 @@ To create a production build, use yarn build.
|
|||||||
<i>Our app, hosted by the development server</i>
|
<i>Our app, hosted by the development server</i>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
### Building for Production
|
||||||
|
|
||||||
|
> More comprehensive guides for building and publishing can be found in our
|
||||||
|
> [deployment docs](./../deployment/index.md)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Build static assets to host a PWA
|
||||||
|
yarn run build:web
|
||||||
|
|
||||||
|
# Build packaged output
|
||||||
|
yarn run build:package
|
||||||
|
```
|
||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user