Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days ago
JSON representation
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
- Host: GitHub
- URL: https://github.com/GrabarzUndPartner/gp-vue-boilerplate
- Owner: GrabarzUndPartner
- License: mit
- Created: 2018-03-12T08:39:25.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:19:37.000Z (14 days ago)
- Last Synced: 2024-10-29T21:32:32.177Z (14 days ago)
- Topics: 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
- Language: Vue
- Homepage: https://grabarzundpartner.de
- Size: 368 MB
- Stars: 127
- Watchers: 6
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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).