-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
the-unknown-code edited this page Sep 8, 2021
·
17 revisions
git clone https://github.com/the-unknown-code/vue-unknown.git
After cloning the repo run yarn
in the project root to get started
-
yarn dev
: Start the development server -
yarn build
: Creates the distribution build. It is possible to override the public path running:yarn build --path=/custom/path/
-
yarn preview
: Preview the latest build -
yarn prettify
: Runs Prettier -
yarn analyze
: Analyze the distribution build using Webpack Bundle Analyzer
Work in progress