https://github.com/kiranmantha/plumejs-vite-template
PlumeJS template with vite bundler
https://github.com/kiranmantha/plumejs-vite-template
Last synced: 3 months ago
JSON representation
PlumeJS template with vite bundler
- Host: GitHub
- URL: https://github.com/kiranmantha/plumejs-vite-template
- Owner: KiranMantha
- License: mit
- Created: 2022-02-02T14:33:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T16:27:46.000Z (7 months ago)
- Last Synced: 2024-11-07T17:31:26.293Z (7 months ago)
- Language: HTML
- Size: 319 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plumejs-vite-template
[PlumeJS](https://www.npmjs.com/package/@plumejs/core) template with vite bundler## To run the app
`npm run start`## To build app
`npm run build`## To run unit tests
`npm run test`For unit tests documentation visit [Vitest](https://vitest.dev/)