generator-tua-ssr

tua vue直出框架cli工具

Usage no npm install needed!

<script type="module">
  import generatorTuaSsr from 'https://cdn.skypack.dev/generator-tua-ssr';
</script>

README

generator-tua-ssr

tua vue直出框架cli工具

Installation

First, install Yeoman and generator-tua-ssr using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-tua-ssr

new project

特别注意:项目创建完成后,会自动npm install依赖包,在公司内网时请确保npm设置外网访问代理,如无代理,可以直接ctrl+c结束安装,手动在项目中tnpm install Then generate your new project:

yo tua-ssr

new page

And in the exist project, you can add new page

cd tua-ssr-demo

yo tua-ssr:add

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

© shirlyzhang(张颖)

demo

new project new page