# origin.js **Repository Path**: wangsong-c/origin.js ## Basic Information - **Project Name**: origin.js - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-14 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. ## Features - [Vue 3](https://github.com/vuejs/vue-next) & [Vite2](https://github.com/vitejs/vite) - [Vue i18n](https://github.com/intlify/vue-i18n-next) & [Vuex](https://github.com/vuejs/vue-next) intergrated - Global styles with css, sass, less or stylus - Auto-imported Vue components - File based routing and layouts - Open `yaml/xml/xlsx/...` as a ES module - Markdown support - [Webpack to vite conversion tool](https://github.com/originjs/webpack-to-vite) - [A migration tool from Vue 2 to Vue 3](https://github.com/originjs/vue-codemod) View [Documentation](https://originjs.github.io/docs/en/) for more information. ## Plugins - GlobalStyle - [`@originjs/vite-plugin-global-style`](https://github.com/originjs/origin.js/tree/main/packages/vite-plugin-global-style) - Layouts & Pages - [`@originjs/vite-plugin-pages`](https://github.com/originjs/origin.js/tree/main/packages/vite-plugin-pages) - Components - [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components) - Markdown - [`vite-plugin-md`](https://github.com/antfu/vite-plugin-md) - Content - [`@originjs/vite-plugin-content`](https://github.com/originjs/origin.js/tree/main/packages/vite-plugin-content) ## Installation ```shell npm install -g @originjs/cli ``` or ```shell yarn global add @originjs/cli ``` ## Getting started To create a new application with origin.js, just run: ```shell ori init ``` ## Examples - [Vue 3 project using origin.js plugins](https://github.com/originjs/origin.js/tree/main/examples/vue3) - [Origin.js templates](https://github.com/konpeki622/origin-demo)