chore: init project

This commit is contained in:
aibayanyu 2023-02-11 23:17:46 +08:00
commit 744168dbc1
5 changed files with 2311 additions and 0 deletions

3
.eslintrc Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "@mistjs/eslint-config-vue-jsx"
}

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
node_modules
.idea
.vscode
.DS_Store
dist

1
components/index.ts Normal file
View File

@ -0,0 +1 @@
export {}

18
package.json Normal file
View 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 Normal file

File diff suppressed because it is too large Load Diff