ElanYoung / vite-vue-js-starter-template

๐Ÿš€ Vite5 + Vue3 + JavaScript Starter Template

Home Page:https://elanyoung.github.io/vite-vue-js-starter-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node compatility vite vue vue-router pinia author LICENSE

Vite5 + Vue3 + JavaScript + Vue Router + Pinia + TDesign + Less + Axios + ESLint + Stylelint + Prettier

Live Demo

English | ็ฎ€ไฝ“ไธญๆ–‡

Features

Coding Style

Development Tools

Try it now!

Vite5 Vue3 JavaScript Starter Template requires Node >= 18.00

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

# [optional] if you are using Windows, you need to close the end-of-line conversion
git config --global core.autocrlf input

# clone repository
git clone https://github.com/ElanYoung/vite-vue-js-starter-template

# open folder vite-vue-js-starter-template
cd vite-vue-js-starter-template

# install packages
npm i

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change the title in App.vue
  • Change the hostname in vite.config.js
  • Change the favicon in public
  • Remove the .github folder which contains the funding info
  • Clean up the READMEs and remove routes

Usage

Development

Just run and visit http://localhost:3000

## install dependencies
npm install

## set up
npm run dev

Build

## build
npm run build

Achievement

๐ŸŽ‰ Added to the Awesome Vite.Js

License

MIT

Copyright (c) 2022 ElanYoung

About

๐Ÿš€ Vite5 + Vue3 + JavaScript Starter Template

https://elanyoung.github.io/vite-vue-js-starter-template/

License:MIT License


Languages

Language:JavaScript 51.6%Language:Vue 35.8%Language:CSS 9.5%Language:Less 1.2%Language:Shell 1.0%Language:HTML 0.9%