Skip to content
Yongsik Yun edited this page Dec 24, 2023 · 2 revisions

Welcome to the vite-template-awesome-soho wiki!

Installation

Windows

Prerequisites

  1. Be sure to create a project using degit in WSL.

    npx degit comnori/vite-template-awesome-soho my-app

    If you are not in a WSL environment, an error may occur in postCreateCommand.

Install Editor SDKs

This template uses the pnp function of Yarn, so you need to install Editor SDKs to use it.

yarn dlx @yarnpkg/sdks vscode     
Clone this wiki locally