Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanfernoronha/plagiarism_checking
An assignment submission system with plagiarism checking :books:
https://github.com/sanfernoronha/plagiarism_checking
hacktoberfest vue vuejs
Last synced: 3 months ago
JSON representation
An assignment submission system with plagiarism checking :books:
- Host: GitHub
- URL: https://github.com/sanfernoronha/plagiarism_checking
- Owner: sanfernoronha
- License: gpl-3.0
- Created: 2020-04-10T04:14:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:41:43.000Z (about 2 years ago)
- Last Synced: 2024-04-09T09:04:02.277Z (9 months ago)
- Topics: hacktoberfest, vue, vuejs
- Language: Vue
- Homepage:
- Size: 59.9 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# project
## 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/).