@pfern/create-elements
v1.1.0
Published
A CLI script to generate a starter app with elements.js
Maintainers
Readme
create-elements
A CLI package to generate a minimal Vite app using @pfern/elements.
If you’re looking for the core UI library docs, see the @pfern/elements
README:
- https://github.com/pfernandez/elements
Usage
Installation
npm install -g \@pfern/create-elementsUsage
npx \@pfern/create-elements [project-name]
# Enter a project name if none was provided
cd project-name
npm install
npm run devRelated
@pfern/elements: https://github.com/pfernandez/elements
