Initial commit
parents
Showing
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | |||
"name": "slg-applycenter", | |||
"private": true, | |||
"version": "0.0.0", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vue-tsc --noEmit && vite build", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"axios": "^0.27.2", | |||
"vue": "^3.2.25" | |||
}, | |||
"devDependencies": { | |||
"@vitejs/plugin-vue": "^2.3.3", | |||
"autoprefixer": "^10.4.7", | |||
"postcss": "^8.4.14", | |||
"tailwindcss": "^3.0.24", | |||
"typescript": "^4.5.4", | |||
"vite": "^2.9.9", | |||
"vue-tsc": "^0.34.7" | |||
} | |||
} |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
4.19 KB
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/env.d.ts
0 → 100644
src/index.css
0 → 100644
src/main.ts
0 → 100644
tailwind.config.js
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
yarn.lock
0 → 100644