Initial commit
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "factory_front", | |||
"private": true, | |||
"version": "0.0.0", | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vue-tsc && vite build", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"axios": "^1.6.7", | |||
"pinia": "^2.1.7", | |||
"vue": "^3.4.19", | |||
"vue-router": "^4.3.0" | |||
}, | |||
"devDependencies": { | |||
"@vitejs/plugin-vue": "^5.0.4", | |||
"sass": "^1.71.1", | |||
"typescript": "^5.2.2", | |||
"vite": "^5.1.4", | |||
"vue-tsc": "^1.8.27" | |||
} | |||
} |
src/App.vue
0 → 100644
src/api/auth.ts
0 → 100644
src/api/axios.ts
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/store/app.ts
0 → 100644
src/store/index.ts
0 → 100644
src/types/api/auth.ts
0 → 100644
src/types/index.ts
0 → 100644
src/views/Home.vue
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment