Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/GrabarzUndPartner/gp-vue-boilerplate

Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
https://github.com/GrabarzUndPartner/gp-vue-boilerplate

boilerplate cypress-io generator grabarz-und-partner i18n image-optimization javascript nuxt-i18n nuxt-template nuxtjs nuxtjs-project nuxtjs-template pagespeed postcss pwa static-site storybook vue vue-template vuejs

Last synced: about 2 months ago
JSON representation

Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.

Awesome Lists containing this project

README

        


share me:


















# Grabarz & Partner - Boilerplate

[![GitHub package version](https://img.shields.io/github/package-json/v/GrabarzUndPartner/gp-vue-boilerplate.svg)](https://github.com/GrabarzUndPartner/gp-vue-boilerplate)
[![license](https://img.shields.io/github/license/GrabarzUndPartner/gp-vue-boilerplate.svg)](https://github.com/GrabarzUndPartner/gp-vue-boilerplate)
[![GitHub contributors](https://img.shields.io/github/contributors/GrabarzUndPartner/gp-vue-boilerplate.svg)](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/graphs/contributors)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)

## Description

The Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
.

### Demo

- [website](https://grabarzundpartner.github.io/gp-vue-boilerplate/)
- [source code](https://github.com/GrabarzUndPartner/gp-vue-boilerplate/tree/gh-pages)

### Sandbox

[![Edit gp-vue-boilerplate master](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/gp-vue-boilerplate-ruwxe)

***

## Setup

### IDE

It is recommended to use VSCode Editor.

Open the workspace by `config.code-workspace` and the recommended extensions, to use the boilerplate, can be installed by a notification.

### Install

- install nvm

```bash
npm i
```

### Start Development

```bash
npm run dev
```

### Start Production Build

```bash
npm run generate
```

For more information go to official [Nuxt Documentation](https://nuxt.com/docs/getting-started/introduction).