Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.12 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.12 KB

werockit-v3-frontend

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

Setup on Windows

  1. Install Chocolatey, a package manager from Windows, using the following directions from https://chocolatey.org/install

    Note: Opted to use powershell since it also directly integrates into VSCode

  2. Install Yarn, a project dependency manager, using the instructions from https://yarnpkg.com/lang/en/docs/install/#windows-stable

    Execute choco install yarn within a powershell terminal.

    Note: This will also install node.js as a yarn dependency. In case not installed, run cinst nodejs to install node.js.

    Note: Restart your computer for VSCode terminal to have yarn in the path to use within VSCode