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
- Host: GitHub
- URL: https://github.com/disjfa/nuxt-fluent-bootstrap
- Owner: disjfa
- License: mit
- Created: 2017-10-19T20:37:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T21:09:07.000Z (about 8 years ago)
- Last Synced: 2025-10-24T02:01:59.445Z (8 months ago)
- Topics: bootstrap, bootstrap4, css, nuxt, vue-template, vuejs
- Language: Vue
- Homepage: https://nuxt-fluent-bootstrap.js.org/
- Size: 1.45 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```