Skip to content

seongpil0948/vue-dev-guide-sp

 
 

Repository files navigation

Vue Dev Guide

  • Typescript, Vue3, Vitejs 기반 개발을 위해 사용을 위한 주요 가이드 모음
  • vitesse를 기반으로 구성됨

가이드 구성 진행 사항

  • Vue3 환경에서 Typescript 사용 가이드
  • Framework 내 주요 사용 방안
  • Coding Guide

Framework 추가 할 수 있는 기능 들

  • pure javascript library에 대한 Lazy 로드
  • Event BusEvent Manager
  • 다수 Snippets
  • 다수 Vue3, Typescript 강의 자료

구성될 Framework의 기본 기능들


Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Coding Style

Dev tools

Variations

As this template is strongly opinionated, the following provides a curated list for community-maintained variations with different preferences and feature sets. Check them out as well. PR to add yours is also welcome!

Official
Community

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

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

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

Docker Production Build

First, build the vitesse image by opening the terminal in the project's root directory.

docker buildx build . -t vitesse:latest

Run the image and specify port mapping with the -p flag.

docker run --rm -it -p 8080:80 vitesse:latest

About

Vue3, Typescript 기반 개발 가이드

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.8%
  • TypeScript 35.4%
  • CSS 2.2%
  • HTML 2.1%
  • Other 1.5%