We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4018746 commit 16ff9d5Copy full SHA for 16ff9d5
package.json
@@ -1,9 +1,19 @@
1
{
2
"name": "vue-spa-project",
3
"version": "1.0.0",
4
- "description": "基于Vue.js技术栈的教务管理系统 Demo",
+ "description": "基于Vue.js技术栈的管理系统 Demo",
5
"author": "super_xp@126.com",
6
- "private": true,
+ "keywords": [
7
+ "vue.js",
8
+ "spa",
9
+ "vue-demo"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/xiaoping6688/vue-spa-project"
14
+ },
15
+ "license": "MIT",
16
+ "private": false,
17
"scripts": {
18
"dev": "node build/dev-server.js",
19
"build": "node build/build.js",
0 commit comments