Ryujinx website source code
Go to file
Lordmau5 e96b474cb0
Merge pull request #1 from sergiotapia/feature/optimize-images
Run image assets through imageoptim.
2018-07-17 11:54:30 +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 Merge pull request #1 from sergiotapia/feature/optimize-images 2018-07-17 11:54:30 +02: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.