Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d13/vue-shoelace-experiment
https://github.com/d13/vue-shoelace-experiment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/d13/vue-shoelace-experiment
- Owner: d13
- Created: 2023-08-07T02:58:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T04:48:37.000Z (over 1 year ago)
- Last Synced: 2024-04-14T22:58:03.752Z (9 months ago)
- Language: Vue
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue + Shoelace Experiment
This was an experiment to learn about the Composition API in [Vue 3](https://vuejs.org/) as well as pairing [Nuxt 3](https://nuxt.com/) with [Shoelace](https://shoelace.style/).
## Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
yarn install
```## Development Server
Run the build first to copy the icon assets to the public directory:
```bash
yarn build
```Start the development server on `http://localhost:3000`:
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Locally preview production build:
```bash
yarn preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.