# xinsirnuxt **Repository Path**: LGXAK/xinsirnuxt ## Basic Information - **Project Name**: xinsirnuxt - **Description**: nxut:ts-node - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-23 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xinsirnuxt > 这是一个将nuxt进行改造的项目模板,结合routing-controllers、class-validator、typedi等来对nuxt框架进行改造,来实现nuxt的node层支持使用ts进行开发、使用装饰器开发、框架层封装统一的错误处理机制。 ## Build Setup ``` bash # install dependencies $ npm run install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate ``` ## 实现 改造路程可以查看此文[xinsirnuxt](https://blog.holey.cn/article/17e8058ed7c). ## 温馨提示 >如果安装依赖过程中出现了错误,请尝试删除package-lock.json及已安装的node_modules,然后使用taobao源重新进行安装。