Skip to content

Commit ab24f2c

Browse files
committed
feat(files): initial commit
0 parents  commit ab24f2c

File tree

223 files changed

+61998
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+61998
-0
lines changed

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2020.jsday.es

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Install
2+
3+
```shell
4+
npm install
5+
```
6+
## Run dev mode
7+
8+
```shell
9+
npm start
10+
```
11+
12+
## Update pro
13+
14+
```shell
15+
npm run pro
16+
npm run deploy
17+
```

0 commit comments

Comments
 (0)