@leanup/cli-preact
v1.3.54
Published
This package contains the Preact framework extension for the @leanup/cli.
Downloads
4,642
Maintainers
Readme
@leanup/cli-preact
This package contains the Preact CLI adapter. You can create a new or switch a existing project to the @leanup/stack.
Installation
You can create a new project folder or go in a existing folder.
Create a new project folder:
mkdir new-preact-app
cd new-preact-app
npm install -D @leanup/cli @leanup/cli-preact
npx preact create
Go in a existing folder
cd my-preact-app
npm install -D @leanup/cli @leanup/cli-preact
npx preact create --only-config --overwrite
- Proof the configuration changes and adopt it for your.
Usage
Execute npm run
in your terminal. It lists all preconfigured tools commands of the @leanup/stack.
For example: npm start
😉
Feedback
Please give us feedback of you experience, so that we can continuously improve @leanup
.