init
上级
正在显示
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
deploy.js
0 → 100644
env.d.ts
0 → 100644
https/dev.ezijing.com.key
0 → 100644
https/dev.ezijing.com.pem
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "saas", | |||
"version": "0.0.0", | |||
"scripts": { | |||
"dev": "vite --mode dev", | |||
"build": "vue-tsc --noEmit && vite build --mode prod", | |||
"build:test": "vue-tsc --noEmit && vite build --mode test", | |||
"build:pre": "vue-tsc --noEmit && vite build --mode pre", | |||
"preview": "vite preview", | |||
"typecheck": "vue-tsc --noEmit", | |||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | |||
"deploy": "node ./deploy.js" | |||
}, | |||
"dependencies": { | |||
"axios": "^0.26.1", | |||
"countup.js": "^2.1.0", | |||
"pinia": "^2.0.11", | |||
"vue": "^3.2.31", | |||
"vue-router": "^4.0.14" | |||
}, | |||
"devDependencies": { | |||
"@rushstack/eslint-patch": "^1.1.0", | |||
"@types/node": "^16.11.26", | |||
"@vitejs/plugin-vue": "^2.2.4", | |||
"@vue/eslint-config-typescript": "^10.0.0", | |||
"@vue/tsconfig": "^0.1.3", | |||
"ali-oss": "^6.17.1", | |||
"chalk": "^5.0.1", | |||
"eslint": "^8.10.0", | |||
"eslint-plugin-vue": "^8.5.0", | |||
"sass": "^1.49.9", | |||
"typescript": "~4.6.2", | |||
"vite": "^2.8.6", | |||
"vite-plugin-checker": "^0.4.2", | |||
"vue-tsc": "^0.32.1" | |||
} | |||
} |
public/favicon.ico
0 → 100644
4.2 KB
src/App.vue
0 → 100644
src/assets/css/base.css
0 → 100644
src/components/CountUp.vue
0 → 100644
src/components/base/AppCard.vue
0 → 100644
src/components/layout/Header.vue
0 → 100644
src/components/layout/Index.vue
0 → 100644
src/main.ts
0 → 100644
src/modules/home/index.js
0 → 100644
src/modules/home/views/Index.vue
0 → 100644
src/modules/index.js
0 → 100644
src/router/index.ts
0 → 100644
src/stores/counter.ts
0 → 100644
src/utils/axios.js
0 → 100644
tsconfig.json
0 → 100644
tsconfig.vite-config.json
0 → 100644
vite.config.ts
0 → 100644