用来练手的项目, 目的为学习vue和node,功能实现目前包括
- 文件中转站
- 电影记录
- 加解密字符串AES
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
- 前端与后端http交互使用的模块为
axios
(https://github.com/mzabriskie/axios) - 后端框架 express
- 后端请求参数解析需使用的模块
body-parser
- 文件上传部分使用的模块
multer
(https://github.com/expressjs/multer) - 复制粘贴模块
clipboard
- 加密模块
crypto