mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-01-09 23:59:09 +08:00
chore: init project
This commit is contained in:
commit
744168dbc1
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
node_modules
|
||||
.idea
|
||||
.vscode
|
||||
.DS_Store
|
||||
dist
|
1
components/index.ts
Normal file
1
components/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export {}
|
18
package.json
Normal file
18
package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "antd-tiny-vue",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@mistjs/eslint-config-vue-jsx": "^0.0.3",
|
||||
"eslint": "^8.34.0",
|
||||
"prettier": "^2.8.4",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
2284
pnpm-lock.yaml
generated
Normal file
2284
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user