Skip to content

bobiscool/iBiu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

79 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

iBiu

One-stop Vue scaffolding tool

δΈ­ζ–‡ζ–‡ζ‘£ηœ‹θΏ™ι‡Œ

iBiu was developed based on iView-cli
I'd like to thank iView-Cli's developers very much

base on

Achieve function

Common scaffolding needs

  • Create a project directory structure
  • Create configuration items (including webpack configuration items, gitignore, etc.)
  • According to the settings to create packgejson

Pain point have been solved

  • Create page directories based on the JSON array provided by the user, and the structure is consistent with the JSON
  • Create various pages to their respective directories based on the JSON array provided by the user.
  • Create a route configuration item based on the user-supplied json array and register the page with the route.

Means: When faced with a larger vue project, you no longer have to go to register router one by one painfully! ! !

Instructions

  1. Click New Project
  2. Select the library you want to configure
  3. Paste you need to create the directory JSON format please refer to this format
  4. Click Create Project
  5. Open the directory after creation

    • Run npm install
    • Run npm run dev
  6. Visit http://localhost:8080