Socket
Socket
Sign inDemoInstall

@originjs/cli

Package Overview
Dependencies
707
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @originjs/cli


Version published
Weekly downloads
6
decreased by-25%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

Origin.js


Build Status Version License

CLI for origin.js.

Installation

npm install -g @originjs/cli

or

yarn global add @originjs/cli

Features

init

Create a Vue3 & Vite project that support :

setup

Constuct project for development and production.

Supported by @originjs/cli-service

tovite

Convert a webpack/vue-cli project to a vite project.

Supported by @originjs/webpack-to-vite.

tovue3

Upgrade a Vue 2 project to Vue 3.

Supported by @originjs/vue-codemod.

Usage

Usage: ori <command> [options]

Options:
  -v, --version              display version number
  -h, --help                 display help for command

Commands:
  init [options] <app-name>  init a new project
  dev [options]              alias of "ori dev" in the current project
  build                      alias of "ori build" in the current project
  tovite [options]           use vite in the current project
  tovue3 [options]           use vue-next in the current project
  help [command]             display help for command

FAQs

Last updated on 16 May 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc