Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smitpatelx/rus-frontend-vue

Front-end for rus wordpress plugin. An open-source wordpress plugin for managing users.
https://github.com/smitpatelx/rus-frontend-vue

axios pinia scss tailwindcss tanstack-query vite vue3

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Copy env file and input your own values

```sh
cp .env.sample .env.production.local
```

## Project Setup

- Yarn `yarn install` (**recommended**)
- NPM `npm install`

### Compile and Output to `dist/`

```sh
yarn w
```

### Compile and Hot-Reload for Development

```sh
yarn dev
```

### Prettier, Type-Check, Compile and Minify for Production [Prettier](https://prettier.io/)

```sh
yarn build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
yarn test:unit
```

### Lint with [ESLint](https://eslint.org/)

```sh
yarn lint
```