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
- Host: GitHub
- URL: https://github.com/theneuronproject/ef-starter-vite
- Owner: TheNeuronProject
- Created: 2021-02-19T18:22:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T14:30:30.000Z (over 2 years ago)
- Last Synced: 2025-01-13T20:48:04.634Z (about 1 year ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```