Skip to content

TuJinSAMA/generator-tiny-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Web

基于yeoman实现的Generator

简介

  • 本仓库基于Yeoman自定义了自己的 Generator
  • 所以需要配合 Yeoman 使用
  • 可以快速创建一个 react 或 vue 的练习项目

如何使用

# 先安装 yeoman
npm install -g yo

# 再安装 generator
npm install -g generator-tiny-web

# 开始创建项目
yo tiny-web

# 进入你创建的项目目录
cd ./xx/

# 安装依赖包
npm install

# 运行创建好的项目
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages