Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>mini-codeNew to Visual Studio Code? Get it now.
mini-code

mini-code

eve

|
232 installs
| (0) | Free
Manage dependices, generate component or pages by template
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

mini-code

Manage dependices, generate component or pages by template

Running the Sample

  • add template in your project
  • Ensure package.json has the config
"codeManager": {
    "components": {
      "module": "src/components/Test"  //components template path
    },
    "pages": {
      "module": "src/pages/Test"   //pages template path
    }
  }
  • Node dependencies view is shown in Package explorer view container in Activity bar.
  • add Template: right click , choose Add Pages By Template or Add Components By Template
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft