/vue-from-scratch

Set up a Vue project with Webpack 4 from scratch

Primary LanguageVue

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.