1
0
forked from fr/deguapp
deguapp/frontend/README.md

36 lines
700 B
Markdown
Raw Normal View History

2023-12-14 19:06:42 +01:00
# deguapp
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
This template should help get you started developing with Vue 3 in Vite.
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
## Recommended IDE Setup
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
## Customize configuration
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
See [Vite Configuration Reference](https://vitejs.dev/config/).
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
## Project Setup
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
```sh
npm install
```
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
### Compile and Hot-Reload for Development
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
```sh
npm run dev
2023-12-13 19:10:39 +01:00
```
2023-12-14 19:06:42 +01:00
### Compile and Minify for Production
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
```sh
2023-12-13 19:10:39 +01:00
npm run build
```
2023-12-14 19:06:42 +01:00
### Lint with [ESLint](https://eslint.org/)
2023-12-13 19:10:39 +01:00
2023-12-14 19:06:42 +01:00
```sh
npm run lint
```