# modern-js-web **Repository Path**: wind13/modern-js-web ## Basic Information - **Project Name**: modern-js-web - **Description**: Demo of modern js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-09 - **Last Updated**: 2022-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Your MWA ## Prerequisites 1. [Node.js LTS](https://github.com/nodejs/Release) * [Automatically call nvm use](https://github.com/nvm-sh/nvm#deeper-shell-integration) ## Get Started 按开发环境的要求,运行和调试项目 ``` pnpm run dev ``` 继续创建更多项目要素,比如应用入口 ``` pnpm run new ``` 其他 ``` pnpm run build # 按产品环境的要求,构建项目 pnpm run start # 按产品环境的要求,运行项目 ```