Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 457 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 457 Bytes

Vue 3 example app

Example project to test the following Infineon libraries:

  • design-system-bootstrap,
  • design-system-tokens,
  • infineon-icons
  • infineon-icons-vue

Installation

Create .npmrc file at project root with following content:

@infineon:registry=https://npm.pkg.github.com/

@fortawesome:registry=https://npm.fontawesome.com/ //npm.fontawesome.com/:_authToken=your-auth-token

Run:

npm install

Run:

npm run dev