Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jplomas/vite-vue-shoelace
https://github.com/jplomas/vite-vue-shoelace
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jplomas/vite-vue-shoelace
- Owner: jplomas
- License: mit
- Created: 2024-03-30T22:22:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T22:26:03.000Z (8 months ago)
- Last Synced: 2024-04-14T12:52:30.769Z (7 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vite-vue-shoelace
A simple Vue 3 project template with Vite, Vue 3, and Shoelace.
## Setup
Using pnpm is recommended, but you can use npm or yarn if you prefer.
```bash
git clone https://github.com/jplomas/vite-vue-shoelace.git
cd vite-vue-shoelace
pnpm install
```## Development
```bash
pnpm run dev
```## Build
```bash
pnpm run build
```