Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edivados/cordova-vite-example

Cordova with Vite (HMR)
https://github.com/edivados/cordova-vite-example

cordova hmr vite

Last synced: 6 days ago
JSON representation

Cordova with Vite (HMR)

Awesome Lists containing this project

README

        

# Cordova with Vite and HMR

This project demonstrates how to use Cordova with Vite and Hot Module Replacement (HMR).

## Running the project

*Note: You need to modify config.xml by hand to set the correct value in ``*

### Clone the repository and install dependencies

```sh
git clone https://github.com/edivados/cordova-vite-example.git
cd cordova-vite-example
npm install
```

### Prepare the app

```sh
npm run prepare:android
or
npm run preapre:ios
```

### Run the app

```sh
npm run dev:android
or
npm run dev:ios
```