0.0.1 • Published 11 months ago

a_first_titi_counter v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

openblocks comp lib

Start

Start dev server to develop your comp lib.

yarn start

# or

npm start

Build

Build current comp lib into a .tgz file that you can upload it to the Openblocks Comp Market.

Before build you should change the version in package.json file.

yarn build

# or

npm run build