https://github.com/kublahanov/jwt-auth-template-client-vue-3
Template for client with user authentication based on JWT-auth.
https://github.com/kublahanov/jwt-auth-template-client-vue-3
jwt-auth-template vue3
Last synced: 2 months ago
JSON representation
Template for client with user authentication based on JWT-auth.
- Host: GitHub
- URL: https://github.com/kublahanov/jwt-auth-template-client-vue-3
- Owner: kublahanov
- License: mit
- Created: 2024-08-20T19:33:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-07T19:31:35.000Z (2 months ago)
- Last Synced: 2025-03-07T20:29:23.011Z (2 months ago)
- Topics: jwt-auth-template, vue3
- Language: Vue
- Homepage:
- Size: 304 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# jwt-auth-template-client-vue-3
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```