https://github.com/zhan3333/file-system-web
配合z服务使用,用于控制一个文件夹目录
https://github.com/zhan3333/file-system-web
Last synced: 11 months ago
JSON representation
配合z服务使用,用于控制一个文件夹目录
- Host: GitHub
- URL: https://github.com/zhan3333/file-system-web
- Owner: zhan3333
- Created: 2016-12-01T09:28:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T09:32:36.000Z (over 9 years ago)
- Last Synced: 2025-04-14T00:50:05.797Z (about 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-system-web
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).