Ryujinx website source code
Go to file
2018-05-25 05:03:41 +02:00
build Add files 2018-05-22 18:41:37 +02:00
config Add files 2018-05-22 18:41:37 +02:00
src RyujiNX => Ryujinx 2018-05-25 05:03:41 +02:00
static Add files 2018-05-22 18:41:37 +02:00
.babelrc Add files 2018-05-22 18:41:37 +02:00
.editorconfig Add files 2018-05-22 18:41:37 +02:00
.eslintignore Add files 2018-05-22 18:41:37 +02:00
.eslintrc.js Add files 2018-05-22 18:41:37 +02:00
.gitignore Add files 2018-05-22 18:41:37 +02:00
.postcssrc.js Add files 2018-05-22 18:41:37 +02:00
index.html RyujiNX => Ryujinx 2018-05-25 05:03:41 +02:00
package.json Formatting 2018-05-25 05:03:22 +02:00
README.md Edit README 2018-05-22 18:43:03 +02:00

Ryujinx Website

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.