https://github.com/zernonia/himaker
Embed & Showcase your projects on websites
https://github.com/zernonia/himaker
nuxt3 vite windicss
Last synced: about 1 year ago
JSON representation
Embed & Showcase your projects on websites
- Host: GitHub
- URL: https://github.com/zernonia/himaker
- Owner: zernonia
- Created: 2022-06-23T11:23:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T04:11:17.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T11:21:32.792Z (about 1 year ago)
- Topics: nuxt3, vite, windicss
- Language: CSS
- Homepage: https://www.himaker.io
- Size: 1.47 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.