create-sola
v1.0.2
Published
Scaffold a new zero-VDOM Sola application in seconds
Maintainers
Readme
create-sola
Scaffold a new Sola AIR app in seconds — generates a real working project (Vite config, App.sola with a counter demo, main.js entry point), not an empty shell.
Usage
npm create sola@latest my-app
cd my-app
npm install
npm run devWhat you get
my-app/
index.html
package.json
vite.config.js
README.md
src/
main.js
App.solaApp.sola ships with a small working counter component so npm run dev shows something real immediately, not a blank page.
