Skip to content

Commit

Permalink
feat(v3): refresh source code
Browse files Browse the repository at this point in the history
  • Loading branch information
mryanshenghong committed Jul 20, 2022
1 parent b491dd1 commit 307e88d
Show file tree
Hide file tree
Showing 49 changed files with 327 additions and 3,718 deletions.
1 change: 0 additions & 1 deletion .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
> 1%
last 2 versions
not dead
not ie 11
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
node: true,
},
extends: [
"plugin:vue/vue3-essential",
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript/recommended",
"plugin:prettier/recommended",
Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
node_modules
/dist

/tests/e2e/reports/
selenium-debug.log
chromedriver.log
geckodriver.log


# local env files
.env.local
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vue3-migration
# aboutlife

## Project setup
```
Expand All @@ -20,11 +20,6 @@ npm run build
npm run test:unit
```

### Run your end-to-end tests
```
npm run test:e2e
```

### Lints and fixes files
```
npm run lint
Expand Down
Loading

0 comments on commit 307e88d

Please sign in to comment.