Update README.md

This commit is contained in:
Cagatay Civici
2024-08-03 11:36:25 +03:00
committed by GitHub
parent b00460a670
commit 3ba6d75db2

View File

@@ -1,29 +1,3 @@
This template should help get you started developing with Vue 3 in Vite.
Sakai is an application template for Vue based on the [create-vue](https://github.com/vuejs/create-vue), the recommended way to start a Vite-powered Vue projects.
## 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
```
Visit the [documentation](https://sakai.primevue.org/documentation) to get started.