1 Star 0 Fork 0

NinJa427/blog-nuxt-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
NinJa427 提交于 2020-06-04 03:18 . 样式失效
{
"name": "web-blog",
"version": "1.0.0",
"description": "blog",
"author": "yq",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.1",
"cross-env": "^5.2.0",
"element-ui": "^2.4.11",
"express": "^4.16.4",
"mavon-editor": "^2.9.0",
"nuxt": "^2.0.0",
"vue-video-player": "^5.0.2"
},
"devDependencies": {
"@nuxtjs/markdownit-loader": "^1.1.1",
"babel-plugin-component": "^1.1.1",
"node-sass": "^4.14.1",
"nodemon": "^1.18.9",
"sass-loader": "^7.3.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yq770770/blog-nuxt-web.git
[email protected]:yq770770/blog-nuxt-web.git
yq770770
blog-nuxt-web
blog-nuxt-web
master

搜索帮助