mohamadrezahedayati / vue3-boilerplate

Vue 3 and vite starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alibaba Travels Vue 3 starter package with vite - Check Vitesse

Features


Icons

Plugins

Coding Style

Dev tools

Usage

Development

First you need to install the dependencies using pnpm

pnpm install

Just run and visit http://localhost:5173

pnpm dev

Build

To build the App, run

pnpm build

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

Docker

At first, build the image:

docker build . -t alibaba:latest

Then run the image by:

docker run --rm -it -p 5173:80 alibaba:latest

TODO

  • improve README.md and add Contribute, Folder Structure sections
  • SSR Support
  • Multi Device Plugin
  • autoprefixer
  • remove hover on mobile
  • remove desktop @media on mobile build
  • analyze web-vital and track them
  • improve PWA features
  • improve PostCSS plugins
  • add and improve vite or rollup plugins
  • add cli for creating boilerplate
  • add demo link and config github action for production releases auto publish

About

Vue 3 and vite starter template

License:MIT License


Languages

Language:TypeScript 42.0%Language:JavaScript 29.9%Language:Vue 19.7%Language:CSS 4.4%Language:HTML 2.5%Language:Dockerfile 1.2%Language:Shell 0.3%