https://github.com/eioluseyi/skuad
Created with CodeSandbox
https://github.com/eioluseyi/skuad
Last synced: 5 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/eioluseyi/skuad
- Owner: eioluseyi
- Created: 2022-03-02T07:18:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T18:18:54.000Z (over 4 years ago)
- Last Synced: 2025-04-19T19:57:08.647Z (about 1 year ago)
- Language: Vue
- Homepage: https://codesandbox.io/s/github/eioluseyi/skuad
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skuad
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=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```