Vue SSR (Server Side Rendering) with parcel? Vue SSR (Server Side Rendering) with parcel? vue.js vue.js

Vue SSR (Server Side Rendering) with parcel?


Should be as simple as installing the various libraries needed:

# Yarn$ yarn add parcel-bundler parcel-plugin-vue @vue/component-compiler-utils babel-preset-env -D# NPM$ npm install parcel-bundler parcel-plugin-vue @vue/component-compiler-utils babel-preset-env --save-dev

Now you can run npx parcel and you'll be ready to go.

For more detail see: https://alligator.io/vuejs/vue-parceljs/