feat:项目搭建
parents
Showing
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
.prettierrc
0 → 100644
.vscode/extensions.json
0 → 100644
.vscode/settings.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | |||
"name": "my-quasar-app02", | |||
"version": "0.0.1", | |||
"description": "A Quasar Project", | |||
"productName": "Quasar App", | |||
"author": "hucy <cy.hu@topibd.com>", | |||
"private": true, | |||
"scripts": { | |||
"lint": "eslint --ext .js,.ts,.vue ./", | |||
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore", | |||
"test": "echo \"No test specified\" && exit 0", | |||
"dev": "quasar dev", | |||
"build": "quasar build" | |||
}, | |||
"dependencies": { | |||
"@quasar/extras": "^1.16.4", | |||
"ag-grid-community": "^30.0.6", | |||
"ag-grid-enterprise": "^30.0.6", | |||
"ag-grid-vue3": "^30.0.6", | |||
"axios": "^1.2.1", | |||
"lodash-es": "^4.17.21", | |||
"pinia": "^2.0.11", | |||
"quasar": "^2.6.0", | |||
"vue": "^3.0.0", | |||
"vue-i18n": "^9.2.2", | |||
"vue-router": "^4.0.0" | |||
}, | |||
"devDependencies": { | |||
"@intlify/vite-plugin-vue-i18n": "^3.3.1", | |||
"@quasar/app-vite": "^1.3.0", | |||
"@types/lodash-es": "^4.17.8", | |||
"@types/node": "^12.20.21", | |||
"@typescript-eslint/eslint-plugin": "^5.10.0", | |||
"@typescript-eslint/parser": "^5.10.0", | |||
"autoprefixer": "^10.4.2", | |||
"eslint": "^8.10.0", | |||
"eslint-config-prettier": "^8.1.0", | |||
"eslint-plugin-vue": "^9.0.0", | |||
"prettier": "^2.5.1", | |||
"typescript": "^4.5.4" | |||
}, | |||
"engines": { | |||
"node": "^18 || ^16 || ^14.19", | |||
"npm": ">= 6.13.4", | |||
"yarn": ">= 1.21.1" | |||
} | |||
} |
postcss.config.cjs
0 → 100644
public/favicon.ico
0 → 100644
63 KB
12 KB
859 Bytes
1.99 KB
9.42 KB
quasar.config.js
0 → 100644
src/App.vue
0 → 100644
src/boot/.gitkeep
0 → 100644
src/boot/axios.ts
0 → 100644
src/boot/i18n.ts
0 → 100644
src/common/hooks/index.ts
0 → 100644
src/common/types/ag-grid.ts
0 → 100644
src/common/types/index.ts
0 → 100644
src/common/utils/get-type.ts
0 → 100644
src/common/utils/index.ts
0 → 100644
src/common/utils/is.ts
0 → 100644
src/common/utils/isEmpty.ts
0 → 100644
src/common/utils/json-str.ts
0 → 100644
src/common/utils/maths.ts
0 → 100644
src/common/utils/obj-del.ts
0 → 100644
src/components/index.ts
0 → 100644
src/config/app.ts
0 → 100644
src/config/global-import.ts
0 → 100644
src/config/icons.ts
0 → 100644
src/config/menu.ts
0 → 100644
src/css/ag-grid.scss
0 → 100644
src/css/app.scss
0 → 100644
src/env.d.ts
0 → 100644
src/i18n/en-US/index.ts
0 → 100644
src/i18n/index.ts
0 → 100644
src/layouts/MainLayout.vue
0 → 100644
141 KB
15.5 KB
src/layouts/models.ts
0 → 100644
src/modules/home/router.ts
0 → 100644
src/pages/ErrorNotFound.vue
0 → 100644
src/pages/IndexPage.vue
0 → 100644
src/quasar.d.ts
0 → 100644
src/router/index.ts
0 → 100644
src/router/routes.ts
0 → 100644
src/shims-vue.d.ts
0 → 100644
src/stores/example-store.ts
0 → 100644
src/stores/index.ts
0 → 100644
src/stores/store-flag.d.ts
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.