# normo.js **Repository Path**: source-code-online/normojs ## Basic Information - **Project Name**: normo.js - **Description**: 一个类似nuxtjs的框架,基于vue3、vite2 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/fulus06/normojs.git - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-20 - **Last Updated**: 2021-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 废弃 Deprecated。nuxt3 is coming: https://nuxtjs.org/v3 ## 还在开发中,请不要再生产环境中使用 # normojs #### 介绍 - 开发中,请不要在开发环境中使用... ... 一个类似nuxtjs的框架,基于vue3、vite2 ## Framework branch: [master](./tree/master) #### 软件架构 * [Vue3](https://github.com/vuejs/vue-next), [Vite2](https://github.com/vitejs/vite), [ESBuild](https://github.com/evanw/esbuild) * [基于文件系统的路由](https://github.com/hannoeru/vite-plugin-pages) * [按需自动导入组件](https://github.com/antfu/vite-plugin-components) * TypeScript * [standardjs](https://github.com/standard/standard) - 代码规范 #### 安装教程 ```shell # 下载代码 git clone https://gitee.com/source-code-online/normojs.git cd normojs # 安装依赖包 pnpm i # 本地normo命令 cd packages/normojs npm link # 未完待续 # 运行normojs yarn run dev # 运行demo yarn run example:dev ``` > 手把手教你使用nodejs编写cli > > doc: https://juejin.cn/post/6844903702453551111 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request