Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 3.81 KB

README.md

File metadata and controls

77 lines (55 loc) · 3.81 KB

share me:

Grabarz & Partner - Boilerplate

GitHub package version license GitHub contributors Renovate

dependencies Status devDependencies Status

Description

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

Demo

Sandbox

Edit gp-vue-boilerplate master


Setup

IDE

It is recommended to use VSCode Editor. https://code.visualstudio.com/

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

Install

npm i

Start Development

npm run dev

Start Production Build

npm run generate

For more information go to official Nuxt Documentation.