Skip to content

Documentation

the-unknown-code edited this page Apr 30, 2021 · 17 revisions

Table of Contents

  1. Installation

Installation

git clone https://github.com/the-unknown-code/vue-skeleton.git

After cloning the repo run yarn in the project root to get started

Commands

  • yarn dev: Start the development server
  • yarn build: Creates the distribution build. It is possible to override the public path running: yarn build --path=/custom/path/

Clone this wiki locally