Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
V
vue3-app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SVI
svi-templates
vue3-app
Commits
38c28266
Commit
38c28266
authored
Apr 27, 2022
by
曾沂轮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update some dependencies
parent
4c6bc264
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
15 deletions
+19
-15
.eslintrc.js
template/.eslintrc.js
+0
-2
.gitignore
template/.gitignore
+6
-0
package.json
template/package.json
+13
-13
No files found.
template/.eslintrc.js
View file @
38c28266
...
@@ -36,11 +36,9 @@ module.exports = {
...
@@ -36,11 +36,9 @@ module.exports = {
{
{
singleline
:
{
singleline
:
{
max
:
4
,
max
:
4
,
allowFirstLine
:
true
,
},
},
multiline
:
{
multiline
:
{
max
:
1
,
max
:
1
,
allowFirstLine
:
true
,
},
},
},
},
],
],
...
...
template/.gitignore
View file @
38c28266
...
@@ -3,3 +3,9 @@ node_modules
...
@@ -3,3 +3,9 @@ node_modules
dist
dist
dist-ssr
dist-ssr
*.local
*.local
.pnpm-debug.*
yarn.lock
package-lock.json
*.log
template/package.json
View file @
38c28266
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"name"
:
"{{ name }}"
,
"name"
:
"{{ name }}"
,
"version"
:
"0.0.0"
,
"version"
:
"0.0.0"
,
"description"
:
"{{ description }}"
,
"description"
:
"{{ description }}"
,
"author"
:
"{{ author }}"
,
"author"
:
"{{ author }}"
,
"scripts"
:
{
"scripts"
:
{
"dev"
:
"vite"
,
"dev"
:
"vite"
,
"build"
:
"vue-tsc --noEmit && vite build"
,
"build"
:
"vue-tsc --noEmit && vite build"
,
...
@@ -10,21 +10,21 @@
...
@@ -10,21 +10,21 @@
"lint"
:
"eslint
\"
src/*.ts
\"
\"
src/**
\"
--fix"
"lint"
:
"eslint
\"
src/*.ts
\"
\"
src/**
\"
--fix"
},
},
"dependencies"
:
{
"dependencies"
:
{
"vue"
:
"^3.2.
6
"
"vue"
:
"^3.2.
13
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@smart/eslint-config-typescript"
:
"^
1
.0.0"
,
"@smart/eslint-config-typescript"
:
"^
2
.0.0"
,
"@typescript-eslint/eslint-plugin"
:
"^
4.31.1
"
,
"@typescript-eslint/eslint-plugin"
:
"^
5.21.0
"
,
"@typescript-eslint/parser"
:
"^
4.31.1
"
,
"@typescript-eslint/parser"
:
"^
5.21.0
"
,
"@vitejs/plugin-vue"
:
"^
1.6
.1"
,
"@vitejs/plugin-vue"
:
"^
2.3
.1"
,
"@vue/compiler-sfc"
:
"^3.2.6"
,
"@vue/compiler-sfc"
:
"^3.2.6"
,
"@vue/eslint-config-prettier"
:
"^
6
.0.0"
,
"@vue/eslint-config-prettier"
:
"^
7
.0.0"
,
"@vue/eslint-config-typescript"
:
"^
7
.0.0"
,
"@vue/eslint-config-typescript"
:
"^
10
.0.0"
,
"eslint"
:
"^
7.32
.0"
,
"eslint"
:
"^
8.14
.0"
,
"eslint-plugin-vue"
:
"^
7.17.0
"
,
"eslint-plugin-vue"
:
"^
8.7.1
"
,
"prettier"
:
"^2.4.1"
,
"prettier"
:
"^2.4.1"
,
"typescript"
:
"^4.
3.2
"
,
"typescript"
:
"^4.
6.3
"
,
"vite"
:
"^2.
5.4
"
,
"vite"
:
"^2.
9.6
"
,
"vue-tsc"
:
"^0.
2.2
"
"vue-tsc"
:
"^0.
34
"
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment