Skip to content

Documentation

the-unknown-code edited this page Sep 8, 2021 · 17 revisions

Table of Contents

  1. Installation
  2. Commands

Installation

git clone https://github.com/the-unknown-code/vue-unknown.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/
  • yarn preview: Preview the latest build
  • yarn prettify: Runs Prettier
  • yarn analyze: Analyze the distribution build using Webpack Bundle Analyzer

Work in progress

Clone this wiki locally