Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monamoxie/the-transporter
A simple file sharing web app you are in control of
https://github.com/monamoxie/the-transporter
Last synced: about 1 month ago
JSON representation
A simple file sharing web app you are in control of
- Host: GitHub
- URL: https://github.com/monamoxie/the-transporter
- Owner: Monamoxie
- Created: 2020-06-13T20:24:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T21:04:22.000Z (over 4 years ago)
- Last Synced: 2024-08-12T23:36:02.668Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the-transporter
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).