transcend-react-next v3.34.0
Online Docs at nuvi.github.io/transcend-react
transcend-react
React components and whatnot that transcend multiple projects
Developing
Since this package also includes documentation, it depends on itself. After cloning, cd transcend-react and:
npm link # this sets up a symlink from here to the global node_modules folder
npm link transcend-react # this symlinks back to the current package as if it were installed to the local node_modules folderThen build project:
npm run watchAnd serve the docs locally:
npm startReleasing a new version of transcend-react
Releasing the transcend-react package to the npm registry is now handled automatically via CI when you merge to master, via semantic-release. The new semantic version will be calculated automatically, so long as you format your commit messages appropriately. This can be done easily by running npm run commit instead of git commit, and filling out the prompts (your formatted commit message will be generated automatically).
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago