0.1.15 • Published 4 years ago
@richard512/shareableasset-bridge v0.1.15
bridge
Develop on local
Run this command line
cp .env.example .env
npm install
npm startHow to add new page
Add new enum into file route.config.ts
export enum RouteKeysEnum {}
export enum RoutePathsEnum {}How to add new sidebar
Add new enum into file sidebar.config.ts
export enum SidebarKeysEnum {}
export enum SidebarLinksEnum {}Publish updated to npm
Precondition:
Need commit all file changed
Run script
npm run publish:npm