0.1.15 • Published 2 years ago

@richard512/shareableasset-bridge v0.1.15

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

bridge

Develop on local

Run this command line

cp .env.example .env
npm install
npm start

How 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