This topic describes how to run the Web SDK demo for Cloud Production Studio.
Background information
The Cloud Production Studio Web SDK provides a comprehensive production service.
Procedure
Download the demo.
ImportantAfter downloading the demo, replace
@@version@@in index.html with the latest version number of the Web SDK. The version number must be in thea.b.cformat, such as2.3.4. For the latest version number, see Web SDK release history.Install serve to run a local static resource server.
$ npm install serve -gNavigate to the demo folder and start the service.
$ serveAccess the demo.
http://localhost:5000
该文章对您有帮助吗?