Skip to content
Snippets Groups Projects
Commit 2a2811fa authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

readme

parent 6521a602
No related branches found
No related tags found
No related merge requests found
# tmp # ddd-indexer
This template should help get you started developing with Vue 3 in Vite. "ddd-indexer" for Duniter Datapods Demo indexer
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh ```sh
pnpm install pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm dev pnpm dev
``` ```
\ No newline at end of file
### Type-Check, Compile and Minify for Production
```sh
pnpm build
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment