3 changed files with 40 additions and 22 deletions
@ -1,12 +1,25 @@ |
|||||
# ---> Vue |
# node_modules |
||||
# gitignore template for Vue.js projects |
.DS_Store |
||||
# |
node_modules |
||||
# Recommended template: Node.gitignore |
package-lock.json |
||||
|
/dist |
||||
|
/website |
||||
|
|
||||
# TODO: where does this rule come from? |
|
||||
docs/_book |
|
||||
|
|
||||
# TODO: where does this rule come from? |
# local env files |
||||
test/ |
.env.local |
||||
|
.env.*.local |
||||
|
|
||||
#node_modules |
# Log files |
||||
|
npm-debug.log* |
||||
|
yarn-debug.log* |
||||
|
yarn-error.log* |
||||
|
pnpm-debug.log* |
||||
|
|
||||
|
# Editor directories and files |
||||
|
.idea |
||||
|
*.suo |
||||
|
*.ntvs* |
||||
|
*.njsproj |
||||
|
*.sln |
||||
|
*.sw? |
@ -1,13 +1,16 @@ |
|||||
{ |
{ |
||||
"id": "t-slide", |
"name": "mudi", |
||||
"name": "滑动交互,左滑操作,滑动编辑,滑动删除", |
"version": "1.0.0", |
||||
"version": "1.0.1", |
"description": "", |
||||
"description": "多端通用,自定义内容样式,滑动交互,滑动操作,滑动编辑,滑动删除", |
"main": "main.js", |
||||
"keywords": [ |
"dependencies": { |
||||
"滑动", |
"js-md5": "^0.7.3", |
||||
"左滑", |
"axios": "^0.21.1" |
||||
"滑动交互", |
}, |
||||
"滑动操作", |
"devDependencies": {}, |
||||
"滑动删除" |
"scripts": { |
||||
] |
"test": "echo \"Error: no test specified\" && exit 1" |
||||
} |
}, |
||||
|
"author": "", |
||||
|
"license": "ISC" |
||||
|
} |
||||
|
Loading…
Reference in new issue