Skip to content

Commit b90600e

Browse files
committed
[refactor] migrate Whole Project from WebCell v1 to v2
1 parent 9ebb78f commit b90600e

22 files changed

+428
-377
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
node_modules/
22
package-lock.json
3+
dist/
4+
.cache/
5+
.vscode/

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npm.taobao.org

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
branches:
2+
only:
3+
- source
4+
5+
language: node_js
6+
node_js:
7+
- lts/*
8+
cache:
9+
directories:
10+
- node_modules
11+
12+
install:
13+
- npm install
14+
script:
15+
- npm run build
16+
deploy:
17+
provider: pages
18+
on:
19+
branch: source
20+
skip_cleanup: true
21+
local_dir: dist/
22+
fqdn: ${DOMAIN}
23+
token: ${TOKEN}

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.html

Lines changed: 0 additions & 324 deletions
This file was deleted.

0 commit comments

Comments
 (0)