1 Star 0 Fork 0

yuhenabc/hello-nuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 849 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuhenabc 提交于 2020-07-12 00:23 . add origin files
{
"name": "hello-nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.3.2",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"element-ui": "^2.13.2",
"nuxt": "^2.13.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"eslint": "^7.2.0",
"eslint-plugin-nuxt": "^1.0.0",
"jest": "^26.0.1",
"vue-jest": "^3.0.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yuhenabc/hello-nuxt.git
git@gitee.com:yuhenabc/hello-nuxt.git
yuhenabc
hello-nuxt
hello-nuxt
master

搜索帮助