https://github.com/codenteq/laerx-exam
E-exam package created for Laravel driving school e-exam system. Built with Vuejs
https://github.com/codenteq/laerx-exam
codenteq e-exam vuejs
Last synced: about 1 year ago
JSON representation
E-exam package created for Laravel driving school e-exam system. Built with Vuejs
- Host: GitHub
- URL: https://github.com/codenteq/laerx-exam
- Owner: codenteq
- License: mit
- Created: 2022-03-13T20:49:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T20:03:14.000Z (over 3 years ago)
- Last Synced: 2025-01-23T06:09:09.786Z (over 1 year ago)
- Topics: codenteq, e-exam, vuejs
- Language: Vue
- Homepage: https://codenteq.com
- Size: 400 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Laerx Exam App
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).