Also used for integration tests.
cd ../
npm i
npm run build
cd example/
or you can pick specific version from published versions.
Edit package.json
, then run npm i
+ "vite-plugin-elm": "2.6.1",
- "vite-plugin-elm": "file:../"
npm i
npm run dev
/
: A sample page ofBrowser.document
/application.html
: A sample page ofBrowser.application
with assets helpers/elements.html
: A sample page ofBrowser.element
by a combined multiple build
npm run build
/dist
gets whole production build's output.
npm run serve # then visit localhost:3938