Skip to content

zolplay-cn/core

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Zolplay Core

GitHub Workflow Status GitHub Workflow Status

npm npm npm npm npm npm

This is an official core repo for Zolplay containing all the packages we use on a daily basis.

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages:

Apps and Packages

  • config: boilerplate configs for frontend projects
  • cva: An adapter for the awesome original package class-variance-authority
  • query: An adapter for the awesome original package @tanstack/react-query
  • react: shared React components and hooks
  • tsconfig: tsconfig.jsons for TypeScript projects
  • utils: A collection of utility functions

Build

To build all packages, run the following command:

pnpm build

Develop

To develop all apps and packages, run the following command:

pnpm dev

Learn more about the power of Turborepo: