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

https://github.com/theneuronproject/ef-starter-vite

Starter template to use ef.js with Vite.js
https://github.com/theneuronproject/ef-starter-vite

Last synced: 12 months ago
JSON representation

Starter template to use ef.js with Vite.js

Awesome Lists containing this project

README

          

# {{capital name space=true}}

This is a starter template for {{name}}, bundling using [Vite](https://vitejs.dev/).

## Usage

### Use create-ef-app

```bash
pnpm create ef-app -- --template vite
```

### Manually

1. Download this project
1. Unzip
1. Change fields you want in `package.json`
1. Start coding!

## Commands

### Start a dev server

```bash
pnpm start
```

### Build dist

```bash
pnpm run build
```

### Serve built files

```bash
pnpm run serve
```