Ryujinx website source code
Go to file
2018-05-22 18:41:37 +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 Add files 2018-05-22 18:41:37 +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 Add files 2018-05-22 18:41:37 +02:00
package.json Add files 2018-05-22 18:41:37 +02:00
README.md Initial commit 2018-05-22 18:41:27 +02:00

ryujinx_router

RyujiNX Website with Vue-Router support

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.