Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/authentication_course
Repo for Vue Mastery's Token-Based Authentication course
https://github.com/code-pop/authentication_course
Last synced: 7 days ago
JSON representation
Repo for Vue Mastery's Token-Based Authentication course
- Host: GitHub
- URL: https://github.com/code-pop/authentication_course
- Owner: Code-Pop
- Created: 2019-02-07T04:37:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:21:09.000Z (about 2 years ago)
- Last Synced: 2024-12-25T21:05:55.501Z (14 days ago)
- Language: JavaScript
- Homepage: https://www.vuemastery.com/courses/token-based-authentication/intro-to-authentication
- Size: 1.65 MB
- Stars: 164
- Watchers: 16
- Forks: 150
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authentication_course
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```
### Same as above and start backend server
```
npm run start
```
### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).