https://github.com/observedobserver/issp-encryption-decryption
Assignment for BJTU ISSP Class
https://github.com/observedobserver/issp-encryption-decryption
Last synced: 7 days ago
JSON representation
Assignment for BJTU ISSP Class
- Host: GitHub
- URL: https://github.com/observedobserver/issp-encryption-decryption
- Owner: ObservedObserver
- Created: 2018-09-22T04:03:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T11:11:06.000Z (over 7 years ago)
- Last Synced: 2025-04-07T18:16:05.258Z (10 months ago)
- Language: Vue
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# safe-assignment
## 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
```