Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suretnohq/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/suretnohq/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: about 1 month ago
JSON representation
Nuxt.js starter template for Nuxt Multiple instance with Express Backpack, Element UI, Axios & Example APIs, SASS / SCSS Loader, Vuex Store.
- Host: GitHub
- URL: https://github.com/suretnohq/nuxt-multiple
- Owner: SuretnoHQ
- License: mit
- Created: 2018-09-04T04:05:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T10:18:13.000Z (over 6 years ago)
- Last Synced: 2024-11-01T05:32:53.505Z (about 2 months ago)
- Topics: axios, element-ui, nuxt-bootstrap-vue, nuxt-multi-app, nuxt-multi-instance, nuxt-sass, nuxt-scss, nuxt-template, nuxtjs, sass, scss
- Language: JavaScript
- Homepage:
- Size: 1.16 MB
- Stars: 44
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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