Ryujinx website source code
Go to file
Lordmau5 caf3802e26 Show loading indicator on download buttons
This is so people can easily see if they can already click on them to download the specific archive
2018-12-22 22:55:38 +01:00
build Add files 2018-05-22 18:41:37 +02:00
config Add files 2018-05-22 18:41:37 +02:00
src Show loading indicator on download buttons 2018-12-22 22:55:38 +01:00
static Run image assets through imageoptim. 2018-07-16 14:59:04 -04: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 Various changes 2018-07-13 14:10:29 +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.