src/
: App filescomponents/
: Components directoryindex.js
: App entry file
vbuild.config.js
: Config file for vbuildpackage.json
: App manifest.editorconfig
: Ensure consistent editor behaivor.gitignore
: Ignore files we don't need to push
yarn dev
: Run in development modeyarn build
: Build in production modeyarn lint
: Run eslint
Generated by vbuild