/rus-frontend-vue

Front-end for rus wordpress plugin. An open-source wordpress plugin for managing users.

Primary LanguageVueMIT LicenseMIT

Copy env file and input your own values

cp .env.sample .env.production.local

Project Setup

  • Yarn yarn install (recommended)
  • NPM npm install

Compile and Output to dist/

yarn w

Compile and Hot-Reload for Development

yarn dev

Prettier, Type-Check, Compile and Minify for Production Prettier

yarn build

Run Unit Tests with Vitest

yarn test:unit

Lint with ESLint

yarn lint