-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
57 lines (55 loc) · 1.66 KB
/
config.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# 例子
examples:
- name : Component of VUE togethe
repository : github:kenote/vue-component-example
value : vue-component-example
results :
- name : To get started
content :
- npm run serve
- name : To generate lib
content :
- npm run lib
- name : To build
content :
- npm run build
- name : Nuxt.js static website.
repository : github:kenote/nuxt-static-example
value : nuxt-static-example
results :
- name : To get started
content :
- npm run dev
- name : To generate html
content :
- npm run generate
- name : Next.js static website.
repository : github:kenote/next-static-example
value : next-static-example
results :
- name : To get started
content :
- npm run dev
- name : To export html
content :
- npm run export
- name : Nuxt.js with Express.
repository : github:kenote/nuxt-express-example
value : nuxt-express-example
results :
- name : To get started
content :
- npm run develop
- name : To get build
content :
- npm run build
- name : Next.js with Express.
repository : github:kenote/next-express-example
value : next-express-example
results :
- name : To get started
content :
- npm run develop
- name : To get build
content :
- npm run build