Skip to content

kmprasad4u/SPFx-Rush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPFx-Rush

Using Rush & SPFx-Fast-Serve with SPFx projects microsoft/rushstack#1863 s-KaiNet/spfx-fast-serve#6

Installing Packages (one of below commands)

rush update [--full]

Bundling & Creating SPFx Packages

rush package

Building the code

rush build

Serving

rush serve --to sp-fx-web-part2 --verbose

Serving (Traditional)

  • Change Site Url in packages\SPFx-WebPart\Config\serve.json
  • In Terminal 1
    • cd packages\SPFx-Library
    • npm run serve
  • In Terminal 2
    • cd packages\SPFx-WebPart
    • npm run serve

Configurations

  • rush.json
  • common\config\command-line.json
  • scripts section in "packages<package>\package.json"

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published