tutorial navigator Auth0教程
Auth0导航器教程用法var TutorialNavigator = require ( 'tutorial-navigator' ) ; //You don't need this using the standalone compilation var tutorial = new TutorialNavigator ( { clientId : 'some-client-id' , // optional docsDomain : 'https://docs.myauth0.com' // defaults to 'https://docs.auth0.com' } ) ; tutorial . render ( '#my-tutorial-container' ) ; // Try to avoid using 'tutorial-navigator' as
下载地址
用户评论