juanfevasquez / vue-from-scratch

Set up a Vue project with Webpack 4 from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn how to set up a Vue project with Webpack

Set up your Vue project without the help of the magical vue-cli. Later, I hope, I can add dynamic imports to the project. But first things first:

  • Set up your webpack, loaders, transpilers, plugins, etc.
  • Add a simple REST API with node.

About

Set up a Vue project with Webpack 4 from scratch


Languages

Language:Vue 50.2%Language:JavaScript 49.8%