Learning Vue with Parcel and Yarn
-
Install the package dependencies
yarn install
-
Start the development server while watching for changes
yarn start
-
Build for production with minification and concatenation of files
yarn build
-
Clean the development output folder
yarn clean:dev
-
Clean the production build folder
yarn clean:build