stk-gforms
v0.10.100
Published
Library to build generic forms since structure
Downloads
61
Readme
Como codificar
cd ~/projects/stk-gforms # go into the package directory
npm link # creates global link
npm run start # start stk-gforms
cd ~/projects/personaapp # go into some other package directory.
stop personaapp
npm link stk-gforms # link-install the package
start personaapp
Publicar
npm run release
npm publish