3 Star 28 Fork 7

鱼鱼鱼/影视官网前端页面vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
鱼鱼鱼 提交于 2023-02-10 09:13 . no commit message
{
"name": "fastice-site",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^1.1.2",
"element-ui": "^2.6.3",
"jsonp": "^0.2.1",
"lib-flexible": "^0.3.2",
"moment": "^2.29.4",
"node-sass": "^7.0.3",
"postcss-pxtorem": "^4.0.1",
"px2rem-loader": "^0.1.9",
"video.js": "^7.20.3",
"videojs-contrib-hls": "^5.15.0",
"vue": "^2.6.6",
"vue-router": "3.0.1",
"vue-video-player": "^6.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"babel-eslint": "^10.0.1",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"postcss-px2rem": "^0.3.0",
"vue-awesome-swiper": "^5.0.1",
"vue-template-compiler": "^2.5.21"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/xiaoyutou_647/front-home.git
[email protected]:xiaoyutou_647/front-home.git
xiaoyutou_647
front-home
影视官网前端页面vue
master

搜索帮助