Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyat19 authored May 1, 2024
1 parent ce9cac8 commit f6b7274
Showing 1 changed file with 12 additions and 26 deletions.
38 changes: 12 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,21 @@
# vue-vite
# Ofr. Bookstore 📚

This template should help get you started developing with Vue 3 in Vite.
- This project was created for learning purposes, utilizing Vue.js and Tailwind CSS. The UI design was inspired by Dribbble.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Technologies Used

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).
- **Vue with Vite:** Simplify development with Vue's reactivity and Vite's lightning-fast hot module replacement.
- **Tailwind CSS and PostCSS:** Rapidly build sleek and responsive user interfaces with Tailwind's utility-first approach.
- **Recommended IDE Setup:** [VSCode](https://code.visualstudio.com/) with [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) extension (disable Vetur).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```
1. Install dependencies: `npm install`
2. Run for Development: `npm run dev`
3. Build for Production: `npm run build`
4. Lint with ESLint: `npm run lint`

### Lint with [ESLint](https://eslint.org/)
## License

```sh
npm run lint
```
This project is licensed under the [MIT License](LICENSE).

0 comments on commit f6b7274

Please sign in to comment.