better-tcy / web-cli

A scaffolding tool for quickly setting up a basic front-end project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

中文文档

一.说明

这是一个使用 Node 编写的 Cli 工具,可以帮您快速搭建前端基础项目 😜

二.使用方式

  1. 电脑首先要有 node 运行环境,如未安装 node 请先下载安装
  2. 在终端命令行中 npm install better-yourself -g 把脚手架安装到您电脑全局
  3. 创建项目 在您想创建项目的文件夹目录终端输入
    1. React 版本(含有配置生成页面功能):better-yourself create projectName react
    2. Vue2 版本:better-yourself create projectName vue2
  4. 等待项目创建完成 可以先行查看 README.md,对基础框架有一个初步了解

三.版本更新记录

  • 1.x.x 完成 Cli 搭建(demo 阶段)
  • 2.0.0 开始正式版本
  • 2.0.1 修改 README.md 文档
  • 2.0.2 修改 README.md 文档

English document

一. Description

This is a Cli tool written in Node that can help you quickly build front-end basic projects 😜

二.How to use

  1. The computer must first have a node operating environment. If node is not installed, please download and install it first
  2. In the terminal command line npm install better-yourself -g to install the scaffolding globally on your computer
  3. Create a project Enter the terminal in the folder directory where you want to create the project
    1. React version (with configuration generation page function): better-yourself create projectName react
    2. Vue2 version: better-yourself create projectName vue2
  4. Wait for the project to be created. You can view README.md first to have a preliminary understanding of the basic framework

三.Version update record

  • 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

About

A scaffolding tool for quickly setting up a basic front-end project


Languages

Language:JavaScript 97.7%Language:Shell 2.3%