Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/smitpatelx/rus-frontend-vue
- Owner: smitpatelx
- License: mit
- Created: 2023-05-22T19:53:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T20:22:48.000Z (about 1 year ago)
- Last Synced: 2023-10-22T21:24:05.548Z (about 1 year ago)
- Topics: axios, pinia, scss, tailwindcss, tanstack-query, vite, vue3
- Language: Vue
- Homepage:
- Size: 1.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```