Skip to content

pungfen/create-ugdu

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published