-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "node-nest-vue-nuxt-cms",
"version": "1.0.0",
"description": "The CMS system developed by nest.js based on node.js and nuxt.js based on vue.js is used to implement SSR server-side rendering and generate static HTML, which is conducive to SEO.Suitable for enterprises to build SEO-type websites.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/givebest/node-nest-vue-nuxt-cms.git"
},
"keywords": [
"node-cms",
"nest-cms",
"nuxt",
"vue",
"admin-template",
"management-system"
],
"author": "Givebest <givenlovs@msn.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/givebest/node-nest-vue-nuxt-cms/issues"
},
"homepage": "https://github.com/givebest/node-nest-vue-nuxt-cms#readme"
}