• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    TypeScript
  • License
    Other
  • Created over 3 years ago
  • Updated almost 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple and powerful web application framework.

Origin.js


Build Status Version Node Compatibility License

A simple and powerful Vue.js web application framework that provides a complete set of web project solutions based on Vue.js.

Core project status

Projects CI status Vulnerability Code scanning
core CI Known Vulnerabilities Security Rating
vue-i18n-next CI Known Vulnerabilities Security Rating
router CI Known Vulnerabilities Security Rating
pinia CI Known Vulnerabilities Security Rating

Features

View Documentation for more information.

Plugins

Installation

npm install -g @originjs/cli

or

yarn global add @originjs/cli

Getting started

To create a new application with origin.js, just run:

ori init <app-name>

Examples

To be contributor

Read contributing guide.