An open API service indexing awesome lists of open source software.

https://github.com/razorcx-courses/nuxt3-bulma-starter

Nuxt 3 - Bulma CSS/SCSS Starter
https://github.com/razorcx-courses/nuxt3-bulma-starter

bulma bulma-css bulma-scss nuxt nuxt3 nuxtjs

Last synced: 25 days ago
JSON representation

Nuxt 3 - Bulma CSS/SCSS Starter

Awesome Lists containing this project

README

        

# Nuxt 3 - Bulma CSS/SCSS 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/docs/deployment) for more information.