1 Star 0 Fork 67

eddylapis/vue-run-sfc

forked from 张超杰/vue-run-sfc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
张超杰 提交于 2019-12-14 16:47 +08:00 . docs: 更新文档
{
"name": "vue-run-sfc",
"version": "1.1.7",
"description": "Vue DEMO利器, 在线运行 & 编辑 Vue 单文件",
"private": false,
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "yarn build:lib && yarn build:docs",
"build:lib": "vue-cli-service build --target lib --name vue-run-sfc --dest ./dist/ ./src/index.js",
"pub": "npm run build:lib && npm publish",
"build:docs": "vue-cli-service build",
"lint": "vue-cli-service lint --mode production"
},
"repository": {
"type": "git",
"url": "https://github.com/dream2023/vue-run-sfc"
},
"main": "dist/vue-run-sfc.umd.min.js",
"homepage": "https://github.com/dream2023/vue-run-sfc/",
"keywords": [
"vue-run-sfc",
"vue-run",
"vue-sfc",
"vue-runner",
"vue-code-editor"
],
"dependencies": {
"@babel/standalone": "^7.7.4",
"css-vars-ponyfill": "^2.1.2",
"screenfull": "^5.0.0",
"splitpanes": "^2.1.1",
"throttle-debounce": "^2.1.0",
"vue-codemirror": "^4.0.6",
"vue-element-loading": "^1.1.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.3",
"core-js": "^3.3.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"lint-staged": "^9.4.2",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/eddylapis/vue-run-sfc.git
git@gitee.com:eddylapis/vue-run-sfc.git
eddylapis
vue-run-sfc
vue-run-sfc
master

搜索帮助