New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-ugdu

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-ugdu

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

create-ugdu

Scaffolding Your First Ugdu Project

Compatibility Note: Ugdu requires Node.js version >=14.6.0. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With NPM:

$ npm i pnpm -g

With PNPM:

$ pnpm create ugdu

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:


# pnpm
pnpm create ugdu my-vue-app -- --template vue

Currently supported template presets include:

  • vue
  • vue-ts

Official Templates

ugdu is a collection of tools for developing micro frontends projects. Check out Awesome Ugdy and check out vue-template for official maintained vue-template.

Keywords

cli

FAQs

Package last updated on 25 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts