AkatQuas / vue-boilerplate

a collection of boilerplates/examples in VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of boilerplates in VueJS

what do you expect else?

Most of them are just the skeleton. Nothing big.

Description about every boilerplate

  • example 1

    An obsoleted project build with Vue^2.5.x, vue-router, vuex, sass, using vue-cli@2.x.

    It has a flexible script for rem calculation suitable for mobile devices.

    Some sh script for copy the project and upload build files to sftp server.

    But I lost the package.json file, what a pity.

  • example 2

    A simple Vue project generated by @vue/cli@3.x, with element-ui, vue-router, and vuex. Using less for the style.

    A noopProsime for hack the promise chain.

  • example 3

    A simple Blog Vue project using @vue/cli@3.x.

    Featured libraries are:

    • iakit, several useful widgets for mobile pages.

    vue-svg-loader, use for vue to loader svg file.

  • example 4

    A Vue project generated using @vue/cli@4.4, this is not an SSR project.

    You might need set the puppeteer download registry using

    $ npm config set puppeteer_download_host=https://npm.taobao.org/mirrors

    Featured libraries are:

    • vue-meta, for setting the Keywords/Description/Title meta tags.

    • Using vue-cli-plugin-dll to bundle the common dependencies into dll file. You'd better build dll files before build the project.

    • Using spa-prerendere to generate SEO-friendly static html files.

About

a collection of boilerplates/examples in VueJS


Languages

Language:Vue 42.6%Language:JavaScript 32.6%Language:CSS 22.0%Language:HTML 1.8%Language:Shell 0.8%Language:SCSS 0.2%Language:Less 0.1%