https://github.com/aviiceena/vv3-templ
This is a template for a Vue 3 project using the Vite build tool.
https://github.com/aviiceena/vv3-templ
composition-api eslint javascript pinia tailwindcss-v3 vite vue3
Last synced: 6 months ago
JSON representation
This is a template for a Vue 3 project using the Vite build tool.
- Host: GitHub
- URL: https://github.com/aviiceena/vv3-templ
- Owner: aviiceena
- License: mit
- Created: 2022-04-03T22:15:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T15:58:09.000Z (about 2 years ago)
- Last Synced: 2024-11-11T17:18:26.290Z (over 1 year ago)
- Topics: composition-api, eslint, javascript, pinia, tailwindcss-v3, vite, vue3
- Language: Vue
- Homepage:
- Size: 555 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue 3, Vite Template
This is a template for a Vue 3 project using the [Vite](https://vitejs.dev/) build tool.
## Usage
To use this template, run the following command to generate a new project based on this template:
```
npx degit aviiceena/vv3-templ your-project
```
This will create a new directory called your-project that contains the files from this template. Next, navigate to the new directory with `cd your-project` and install the required dependencies with `npm install`. Once the dependencies are installed, the website can be started with `npm run dev` which will start a development server with hot reloading enabled. For production builds, you can use `npm run build` which will create a minified version of your application in the dist directory.
### Setup
The following steps are required to set up and use this template:
1. Generate a new project based on this template with the command:
`npx degit aviiceena/vv3-templ your-project`
2. Install the required dependencies with `npm install`
3. Start the development server with `npm run dev`
Once the development server has started, you can access the application in your browser at http://localhost:8080. For production builds, you can use `npm run build` which will create a minified version of your application in the dist directory.