Ryujinx-Website/README.md

25 lines
487 B
Markdown
Raw Normal View History

2018-05-22 16:43:03 +00:00
# Ryujinx Website
2018-05-22 16:41:27 +00:00
### 1. Install Gridsome CLI tool if you don't have
`npm install --global @gridsome/cli`
## 2. Build Setup
2018-05-22 16:41:27 +00:00
``` bash
2021-01-24 14:39:16 +00:00
# Workaround (see https://github.com/gridsome/gridsome/issues/1385)
export VUE_CLI_BABEL_TRANSPILE_MODULES=true
2018-05-22 16:41:27 +00:00
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run develop
2018-05-22 16:41:27 +00:00
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```