JSPM

create-minimal-portfolio-ui

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 6
    • Score
      100M100P100Q62343F
    • License MIT

    Scaffold the Minimal Portfolio UI Kit (React, TypeScript, Vite, Tailwind).

    Package Exports

    • create-minimal-portfolio-ui
    • create-minimal-portfolio-ui/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-minimal-portfolio-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    create-minimal-portfolio-ui

    Scaffolds the Minimal Portfolio UI Kit Vite + React + TypeScript + Tailwind project into a new folder.

    Usage

    npm create minimal-portfolio-ui my-app

    or:

    npx create-minimal-portfolio-ui my-app

    Then:

    cd my-app
    npm install
    npm run dev

    Publish

    From this repository root (after npm login):

    npm publish --access public

    Layout

    • template/ — files copied into the new project
    • index.js — CLI entry (bin: create-minimal-portfolio-ui)