Skip to content

Installation

Node version

Tulipe has been tested with Node.js version 15.0 or higher and is not guaranteed to work with other ones.

If you're Vue project doesn't exist yet, initialize it with :

bash
npm init vue@latest
1

Many questions will be asked to you. If you are unfamiliar with Vue, please firstly check their documentation.

Then Tulipe can be simply installed with :

bash
npm install tulipe@latest
1

That's all !

Released under the MIT License.