0.1.0 • Published 2 years ago

@windup.app/windup v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

WindUp.app CLI

Starting on a new project? Getting started with WindUp.app is straightforward! Just follow the documentation at windup.app.

Prerequisites

  • Node.js* (latest LTS version) - Download

*If you already have Node.js installed, check the current version is within the supported versions:

$ node -v

Installation

Open a terminal, or from Visual Studio Code , open an integrated terminal and use the following command to install the WindUp CLI:

$ npm i -g @windup.app/windup

New Project

Open a terminal, or from Visual Studio Code , open an integrated terminal and use the following command to setup a new WindUp project:

$ create-windup

Then you will be welcomed by multiple questions going through all of the options with WindUp CLI. (See example below)

$ create-windup

? Select a framework: (Use arrow keys)
> Vue 3
> Nuxt 3
> React
> Next
> React Native
> Angular
> Vue 2
> Nuxt 2
$ create-windup

? Select a framework: Vue 3
? Select a variant: (Use arrow keys)
> JavaScript
> TypeScript

Releases

Detailed changes for each release are documented in the release notes.