3 Star 24 Fork 10

wilkwo / nuxt-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
wilkwo 提交于 2022-07-01 23:43 . 更新插件统计
{
"name": "nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@nuxtjs/component-cache": "^1.1.6",
"@nuxtjs/proxy": "^2.0.1",
"axios": "^0.21.0",
"core-js": "^3.6.5",
"element-ui": "^2.15.1",
"highlight.js": "^11.3.1",
"nuxt": "^2.15.6"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-plugin-nuxt": "^1.0.0",
"less": "^3.12.2",
"less-loader": "^7.1.0"
}
}
JavaScript
1
https://gitee.com/wilkwo/nuxt-web.git
git@gitee.com:wilkwo/nuxt-web.git
wilkwo
nuxt-web
nuxt-web
master

搜索帮助