这是一个使用 Node 编写的 Cli 工具,可以帮您快速搭建前端基础项目 😜
- 电脑首先要有 node 运行环境,如未安装 node 请先下载安装
- 在终端命令行中 npm install better-yourself -g 把脚手架安装到您电脑全局
- 创建项目 在您想创建项目的文件夹目录终端输入
- React 版本(含有配置生成页面功能):better-yourself create projectName react
- Vue2 版本:better-yourself create projectName vue2
- 等待项目创建完成 可以先行查看 README.md,对基础框架有一个初步了解
- 1.x.x 完成 Cli 搭建(demo 阶段)
- 2.0.0 开始正式版本
- 2.0.1 修改 README.md 文档
- 2.0.2 修改 README.md 文档
This is a Cli tool written in Node that can help you quickly build front-end basic projects 😜
- The computer must first have a node operating environment. If node is not installed, please download and install it first
- In the terminal command line npm install better-yourself -g to install the scaffolding globally on your computer
- Create a project Enter the terminal in the folder directory where you want to create the project
- React version (with configuration generation page function): better-yourself create projectName react
- Vue2 version: better-yourself create projectName vue2
- Wait for the project to be created. You can view README.md first to have a preliminary understanding of the basic framework
- 1.x.x Complete the Cli construction (demo stage)
- 2.0.0 Start the official version
- 2.0.1 Modify README.md document
- 2.0.2 Modify README.md document