1 Star 0 Fork 1

Admin/nuxtExample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
zhaoyangkanshijie 提交于 2021-03-03 18:22 . error log
{
"name": "nuxtExample",
"version": "1.0.0",
"description": "My groundbreaking Nuxt.js project",
"author": "zhaoyangkanshijie",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/axios": "^5.10.3",
"cross-env": "^5.2.0",
"element-ui": "^2.4.11",
"fs": "0.0.1-security",
"koa": "^2.6.2",
"koa-bodyparser": "^4.3.0",
"koa-json": "^2.0.2",
"koa-router": "^10.0.0",
"nuxt": "^2.0.0",
"path": "^0.12.7",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"node-sass": "^4.14.1",
"nodemon": "^1.18.9",
"sass-loader": "^8.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/company-test_0/nuxtExample.git
git@gitee.com:company-test_0/nuxtExample.git
company-test_0
nuxtExample
nuxtExample
master

搜索帮助