You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
Title: TinyPro Vue optimization suggestions
Advice from Cong Cong who loves to laugh
Create a pro project with tinycli and mention a few optimization points
Version: 1.1.0
Add guided steps to return to the previous step
If you choose nestjs, redis needs to add password options
It is best to add git management to nestjs
It is best to add in .gitignore to ignore the .env file and change .env to .env.example. It is best to add the guidance steps for the configuration file on the official website.
It is best to use only one ORM in nestjs. I think sequelize and typeorm are used.
It is best to add database migration guidance
The tsconfig.lib.json of the library file generated by nestjs is not friendly to the relative path guidance of sub-projects. It is recommended to change it to the tsconfig.json file.
nestjs is best to add necessary tests, spec and e2e
It is best to add a hot reload mechanism to the nestjs project to optimize the development experience.
It is best to provide a sql file for database initialization. The initialization settings of the typeorm database configuration force synchronization of the table structure. It is recommended to change it to false, and the developer manually executes sql
kagol
changed the title
TinyPro Vue优化建议
✨ [Feature]: TinyPro Vue优化建议
Dec 13, 2024
来自爱笑的葱葱的建议
tinycli 创建pro项目,提几个优化点
版本: 1.1.0
The text was updated successfully, but these errors were encountered: