0.4.319 • Published 4 years ago
topological-constructor
Licence
MIT
Version
0.4.319
Deps
12
Size
18.6 MB
Vulns
24
Weekly
0
topology-schema
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
Customize configuration
UPDATE VERSION
# Make sure the working directory is clean
git add -A
git commit -m "Changes"
# Increment semantic version with npm
npm version patch -m "Bump the version number"
git push --follow-tags
# If not loged
npm adduser
npm login
#else
npm run build:npm
npm publish