https://github.com/erran/lie-detector-spa
A lie detector single page app to teach my eldest some code
https://github.com/erran/lie-detector-spa
Last synced: 6 months ago
JSON representation
A lie detector single page app to teach my eldest some code
- Host: GitHub
- URL: https://github.com/erran/lie-detector-spa
- Owner: erran
- License: mit
- Created: 2024-03-17T01:57:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T15:36:42.000Z (about 2 years ago)
- Last Synced: 2025-03-20T08:47:45.126Z (over 1 year ago)
- Language: Vue
- Homepage: https://lie-detector-spa.vercel.app
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lie-detector-spa
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
yarn
```
### Compile and Hot-Reload for Development
```sh
yarn dev
```
### Compile and Minify for Production
```sh
yarn build
```
### Lint with [ESLint](https://eslint.org/)
```sh
yarn lint
```