disclaimer this project uses Vuetify 3 Alpha and is not intended for any kind of production use
npm install --global yarn
yarn add # adds a package to use in your current package
yarn init # initializes the development of a package.
yarn install # installs all the dependencies defined in a package.json file.
yarn publish # publishes a package to a package manager.
yarn remove # removes an unused package from your current package.
yarn install
yarn run serve
todo
todo
yarn run build
The output will be written to /dist (make sure this is not ignored in your .gitignore
)
todo
yarn run test:unit
yarn run lint