Efficient development of web SPA using Vue.js(2.*) + Webpack + Element-ui + Pwa + Vuex + Vuex-router + Vue-i18n + Dayjs + Lodash.
The awesome-vue-cli3-example is an open-source Vue boilerplate based on vue-cli3. It aims to provide a reference for building medium-sized Vue projects. The boilerplate includes various optimizations and commonly used libraries such as vue-i18n, axios, and lodash. It also offers articles and tutorials on Vue and Webpack optimization.
git clone [repository-url].npm install or yarn install.node build.js.node server.js.http://localhost:8080/.Additional commands:
PORT environment variable or the command node build.js --port [desired-port].webpack --config build/webpack.dll.conf.js.localhost:1337 in the browser.http://localhost:8888/.helper/ajax.js file.The awesome-vue-cli3-example is a Vue boilerplate that aims to facilitate the development of medium-sized Vue projects. It offers optimized builds, commonly used libraries, and various webpack optimization techniques. The boilerplate also provides articles and tutorials to help developers get started with Vue development.