Skip to content

mingchuno/vue-build-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-vbuild-example

Folder structure

  • src/: App files
    • components/: Components directory
    • index.js: App entry file
  • vbuild.config.js: Config file for vbuild
  • package.json: App manifest
  • .editorconfig: Ensure consistent editor behaivor
  • .gitignore: Ignore files we don't need to push

Development

  • yarn dev: Run in development mode
  • yarn build: Build in production mode
  • yarn lint: Run eslint

Generated by vbuild

About

vue seed project using vbuild with vuex vue-router vue-material axios

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published