COVID-19 Tracker in Lao language
This is a personal project that I built as a hobby during COVID-19 pandemic. You can try building yourself one!
It was first built with Vue.js & Buefy, components library for Vue based on Bulma. Later, I replaced Buefy with Vuetify.
yarn install
yarn serve
yarn build
It automatically run the analyser after building. To disable the analyser, add following command into vue.config.js
.
module.exports = {
pluginOptions: {
webpackBundleAnalyzer: {
openAnalyzer: false
}
}
};
For more information, please visit its documentation.
yarn lint