vue-charms
Version:
Enjoy nice-to-have effects on your site
76 lines (50 loc) • 842 B
Markdown
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
Make sure to install the dependencies:
```bash
npm install
pnpm install
yarn install
bun install
```
Start the development server on `http://localhost:8080`:
```bash
npm run dev
pnpm run dev
yarn dev
bun run dev
```
Build the application for production:
```bash
npm run build
pnpm run build
yarn build
bun run build
```
Locally preview production build:
```bash
npm run preview
pnpm run preview
yarn preview
bun run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.