Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-vue-termui

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vue-termui

## Scaffolding a Vue TermUI app

  • 0.0.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
2
Weekly downloads
 
Created
Source

create-vue-termui

Scaffolding a Vue TermUI app

Compatibility Note: Vue TermUI requires Node.js version >=14.2.0. However, we recommend having a version >=16.

With NPM:

npm create vue-termui@latest

With Yarn:

yarn create vue-termui

With PNPM:

pnpm create vue-termui

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 project in a folder called my-vue-termui-app:

# npm 6.x
npm create vue-termui@latest my-vue-termui-app

# npm 7+, extra double-dash is needed:
npm create vue-termui@latest my-vue-termui-app

# yarn
yarn create vue-termui my-vue-termui-app

# pnpm
pnpm create vue-termui my-vue-termui-app

Keywords

FAQs

Package last updated on 06 Nov 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc