json
Posted cnchengv
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json相关的知识,希望对你有一定的参考价值。
"name": "nm1", "version": "1.0.0", "description": "My posh Nuxt.js project", "author": "", "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" , "dependencies": "@nuxtjs/axios": "^5.5.2", "cross-env": "^5.2.0", "koa": "^2.6.2", "nuxt": "^2.4.0", "vuetify": "^1.5.5", "vuetify-loader": "^1.2.1" , "devDependencies": "nodemon": "^1.18.9", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "webpack-bundle-analyzer": "^3.3.2"
以上是关于json的主要内容,如果未能解决你的问题,请参考以下文章