Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hibuno/nuxt-multiple

Nuxt.js starter template for Nuxt Multiple instance with Express Backpack, Element UI, Axios & Example APIs, SASS / SCSS Loader, Vuex Store.
https://github.com/hibuno/nuxt-multiple

axios element-ui nuxt-bootstrap-vue nuxt-multi-app nuxt-multi-instance nuxt-sass nuxt-scss nuxt-template nuxtjs sass scss

Last synced: 17 days ago
JSON representation

Nuxt.js starter template for Nuxt Multiple instance with Express Backpack, Element UI, Axios & Example APIs, SASS / SCSS Loader, Vuex Store.

Awesome Lists containing this project

README

        

![Preview](demo.jpg)

# Nuxt Template

A [Nuxt.js](https://github.com/nuxt/nuxt.js) starter project template without the distraction of a complicated development environment.

## Prerequisites

Make sure to have `node 8.0+` and `npm 5.0+` installed

## Installation

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

``` bash
$ vue init muhibbudins/nuxt-multiple my-project
$ cd my-project

# install dependencies
$ npm install # Or yarn install
```

> Make sure to use a version of vue-cli >= 2.1 (`vue -V`).

## Usage

### Development

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

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

### Production

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

## Feature

This template already include with :

- Express Backpack
- Element UI
- Axios & Example APIs
- SASS / SCSS Loader
- Vuex Store