Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
quick-start-cli
Advanced tools
通过Quick-start-cli可以快速搭建一个基于webpack的前端项目
框架支持
CSS预处理语言支持
其他特点
npm install -g quick-start-cli
检测是否安装成功
qs -v
创建一个项目,并根据控制台的提示输入相应内容
qs -c
比如创建一个angular的项目,整个流程如下:
创建项目:
? 请输入项目名称: my-project
? 请选择项目框架: angular
? 请选择样式表语言: sass
================================================================================
项目名称:my-project
项目框架:angular
样式表语言:sass
? 请确认您的项目: Yes
================================================================================
正在创建项目……
** Reading directory for files to copy
** Reading directory for files to copy
** Glob found 21 paths
** 21 paths to copy
** 2 dirs to create
** 19 files to copy
** Glob found 42 paths
** 42 paths to copy
** 10 dirs to create
** 32 files to copy
** Directory structure created
** Directory structure created
** Files copied
--项目模板创建完成--
** Files copied
--项目配置创建完成--
项目创建完成!
进入你刚创建的项目,安装项目依赖
cd my-project
npm install
启动项目
npm start
单元测试
npm run test
打包压缩
npm run build
运行构建后的项目
npm run production
FAQs
通过Quick-start-cli可以快速搭建一个基于webpack的前端项目
The npm package quick-start-cli receives a total of 0 weekly downloads. As such, quick-start-cli popularity was classified as not popular.
We found that quick-start-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.