Uncap: A missing UI for npmmirror's online pkg viewer.
- 🏗️ Independently deployable
- 🛠️ Easy to integrate in project
- 💪🏻 Powerful file parsing performance
- 🎯 Any semver expression
npmmirror provides a powerful online preview feature for NPM artifacts. Uncap is the frontend implementation of this feature.
- Use umijs as the frontend framework.
- Use monaco-editor for file content preview.
- Interface services are provided by cnpmcore , which also supports cross-domain calls by default.
- Inspired by ref
# Use your preferred package management tool for dependency installation
$ npm i
# Launch the local development environment
$ npm run dev
# If there is a custom deployment requirement
# you can perform the build and package.
# The build output defaults to the dist directory.
$ npm run build
- Support for semver expressions
- Path URL mapping
- Version and release list
- Access history page
- Light theme