mobtechcli

mobtech cli

Usage no npm install needed!

<script type="module">
  import mobtechcli from 'https://cdn.skypack.dev/mobtechcli';
</script>

README

mobtechcli npm NPM npm

公司前端组内,项目模板生成脚手架。(默认 vue, 后续支持 react,typescript)

安装

  npm install mobtechcli -g

使用

mobtech - i;
or;
mb - i;

项目目录

Vue

  +---public
  \---src
      +---api
      +---assets
      |   \---images
      +---components
      |   +---consume
      |   \---header
      +---directives
      +---router
      |   \---modules
      +---sass
      |   \---mob-theme
      |       +---animation
      |       +---color
      |       +---common
      |       |   \---iconfont
      |       |       \---fonts
      |       +---components
      |       +---dist
      |       |   \---fonts
      |       \---mixins
      +---store
      +---utils
      \---views
          \---home

功能列表

  • vue
  • react
  • vue + ts
  • react + ts