Skip to content

alibaba-aero/vuilerplate

Repository files navigation

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