Skip to content

min9nim/lj-common

Repository files navigation

lj-common

common modules for little-jesus


Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

publish

반드시 라이브러리로 빌드 후 배포!

yarn build:lib
npm publish

Customize configuration

See Configuration Reference.