Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awjudd/file-manager
https://github.com/awjudd/file-manager
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/awjudd/file-manager
- Owner: awjudd
- Created: 2022-02-09T01:14:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T12:01:19.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T10:44:04.038Z (about 1 month ago)
- Language: Vue
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-manager
## 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
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).