Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wanrif/vuetreez
Boilerplate for Vue and Typescript
https://github.com/wanrif/vuetreez
boilerplate i18n pinia tailwindcss typescript vite vue vue-router vueuse
Last synced: about 2 months ago
JSON representation
Boilerplate for Vue and Typescript
- Host: GitHub
- URL: https://github.com/wanrif/vuetreez
- Owner: wanrif
- Created: 2024-05-01T03:45:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T06:45:57.000Z (8 months ago)
- Last Synced: 2024-05-05T03:31:30.309Z (8 months ago)
- Topics: boilerplate, i18n, pinia, tailwindcss, typescript, vite, vue, vue-router, vueuse
- Language: Vue
- Homepage: https://vuetreez.netlify.app/
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueTreez
This is a boilerplate project for creating Vue.js applications with TypeScript. It is designed to provide a strong foundation and streamline the development process for your projects.
## Features
- Vue.js and TypeScript integration
- Scalable and maintainable architecture
- Tailwind CSS for styling
- Modern tooling with Vite and ESLint## Technologies Used
- Vite
- Vue.js
- TypeScript
- Tailwind CSS
- Vue I18n
- Vue Router
- Vueuse
- Pinia
- Zipson
- Lodash## Getting Started
To get started with the project, follow these steps:
Clone the repository:
```bash
git clone https://github.com/wanrif/vuetreez.git
```Navigate to the project directory:
```bash
cd vuetreez
```Install dependencies:
```bash
yarn
```Start the development server:
```bash
yarn dev
```The application will be served at http://localhost:5173/.