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

https://github.com/disjfa/nuxt-fluent-bootstrap

Nuxt template using fluent bootstrap
https://github.com/disjfa/nuxt-fluent-bootstrap

bootstrap bootstrap4 css nuxt vue-template vuejs

Last synced: about 2 months ago
JSON representation

Nuxt template using fluent bootstrap

Awesome Lists containing this project

README

          

# Fluent bootstrap

A [Nuxt.js](https://github.com/nuxt/nuxt.js) starter project template using the awesome [fluent bootstrap](https://github.com/disjfa/fluent-bootstrap).

Live demo: https://disjfa.github.io/nuxt-fluent-bootstrap/

## Installation

This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).

``` bash
$ npm install -g @vue/cli @vue/cli-init
$ vue init disjfa/nuxt-fluent-bootstrap my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install
```

## Usage

### Development

``` bash
# serve with hot reloading at localhost:3000
$ npm run dev
```

Go to [http://localhost:3000](http://localhost:3000)

### Production

``` bash
# build for production and launch the server
$ npm run build
$ npm start
```

### Generate

``` bash
# generate a static project
$ npm run generate
```