Skip to content

ov3rk1ll/vue-sidenoder

Repository files navigation

vue-sidenoder

Platforms GitHub release GitHub build

Based on quest-sidenoder

New interface built in Vue with some new features

preview

Project setup

Make sure to use at least node v15 and npm v7!
You can check your current version by running node --version and npm --version respectively.
To update node, follow the install instructions here. To update npm you can run npm i -g npm@7.

After that, clone the project and run npm install to download all dependencies.

Commands

See below for a list of usefull commands

Compiles and hot-reloads for development

This is the primary command to run the app

npm run serve

Build for production

npm run build

Format code and fix lint issues

After any changes to the code, make sure they are formatted correctly using prettier by running

npm run fmt

Test before commit

Before a commit, make sure all files are formatted correctly and pass all eslint checks by running

npm run test

This is also run as a pre-commit hook automatically using husky.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages