1 Star 1 Fork 0

xzcode/tinymce-nuxt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
xzcode 提交于 2021-07-15 14:04 . first commit
{
"name": "nuxt-demo1",
"version": "1.0.0",
"description": "My doozie Nuxt.js project",
"author": "xz",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nuxt",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.0",
"@tinymce/tinymce-vue": "2.1.0",
"cross-env": "^7.0.2",
"element-ui": "^2.4.11",
"express": "^4.17.1",
"normalize.css": "^8.0.1",
"nuxt": "^2.14.0",
"tinymce": "5.3.2"
},
"devDependencies": {
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"node-sass": "4.14.1",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"sass-loader": "10.0.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codemaners/tinymce-nuxt.git
git@gitee.com:codemaners/tinymce-nuxt.git
codemaners
tinymce-nuxt
tinymce-nuxt
master

搜索帮助