Skip to content
/ vitecamp Public template
forked from nekobc1998923/vitecamp

A zero-config Vue3 Starter template includes Vite2、Vue3 and TypeScript

License

Notifications You must be signed in to change notification settings

lishuna/vitecamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Live Demo


English | 简体中文


Features

Pre-packed

UI Frameworks

Icons

Plugins

Coding Style

Dev tools

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

git clone https://github.com/nekobc1998923/vitecamp.git my-vitecamp-app
cd my-vitecamp-app
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 author name in package.json
  • Change the title in .env
  • Change the favicon in public
  • Clean up the README and remove routes

And then , you can enjoy coding fun :)

Usage

Development

Just run and visit http://localhost:8080

npm run dev

Build

To build the App, run

npm run build

And you will see the generated file in dist that ready to be served.

About

A zero-config Vue3 Starter template includes Vite2、Vue3 and TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.6%
  • Vue 22.0%
  • SCSS 12.9%
  • JavaScript 7.0%
  • HTML 1.3%
  • Shell 1.2%