Skip to content

Euricom/vuejs-monorepo-library-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Library Template

This is a template for monorepo vue library project

Packages

  • @myscope/my-library
  • your next package...

Quick Start

# install dependencies
pnpm install

# build all modules
pnpm build

# lint all code files (complete mono-repo)
pnpm lint

# run all test files (complete mono-repo)
pnpm test

# change sets
npx changeset status # check change status
npx changeset add # add changeset
npx changeset version # combine change sets and set version
pnpm release # build & publish modules

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.0%
  • JavaScript 37.7%
  • Vue 21.3%
  • Other 1.0%