gyt95 / h5

A Monorepo-based mobile engineering project.(Monorepo + Pnpm + Vite3 + Vue3.2 + TypeScript4.x + VueRouter4.x + Pinia...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h5

Pick a very concise name and write a meaningful project.

English | 简体中文

Motivation

Don't want to copy-paste request library files in every project anymore.

Don't want to install a bunch of dependencies with the same name in every project.

Don't want to repackage the same components in each project.

So there is this project.

This project was born to combine all H5 page projects into one project.

Technology stack

Precautions

Vue3.x requires Node.js version 16+.

Vite requires Node.js version 14.18+, 16+.

lint-staged uses v13.x and requires Node.js version 14.13.1, 16.0.0 or above.

Based on the above, it is recommended to install Node.js version 16+. The current long-term maintenance version is 16.18.0, and the latest early adopter version is 19.0.0.

Usage

Take windows as an example.

# Enter the directory and execute the installation
pnpm i

# Since webapp2 provides remote modules for other places to call, you need to execute the build command first. And you need to open a static server locally, so use the preview command
cd packages\webapp2
pnpm build
pnpm preview

# Enter webapp1 and start the application
cd ..\webapp1
pnpm dev

Common commands

# Install development dependencies in the root directory
pnpm add xxx -wD

# Install development dependencies in the core library
pnpm add xxx --filter @h5/core

# Add the core library core to package webapp1
pnpm i @h5/core -r --filter @h5/webapp1

Contribution Guide

If you find any problems during use, you can submit Issue to us. Of course, we also welcome you to send us PR.

LICENSE

MIT

About

A Monorepo-based mobile engineering project.(Monorepo + Pnpm + Vite3 + Vue3.2 + TypeScript4.x + VueRouter4.x + Pinia...)

License:MIT License


Languages

Language:TypeScript 63.1%Language:Vue 21.2%Language:HTML 8.5%Language:JavaScript 5.7%Language:Shell 1.4%Language:Less 0.2%