https://github.com/brandaoplaster/simple-login-vue
https://github.com/brandaoplaster/simple-login-vue
vuejs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandaoplaster/simple-login-vue
- Owner: brandaoplaster
- Created: 2023-04-24T18:38:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T18:38:24.000Z (about 3 years ago)
- Last Synced: 2025-02-03T20:18:18.046Z (over 1 year ago)
- Topics: vuejs
- Language: Vue
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-login-vue
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).