How to Setup a Vue App Without a Bundler Using Snowpack (Version 1)

We'll cover how to setup a Vue project utilizing Snowpack V1 instead of a bundler, like Webpack. We'll also be using http-vue-loader so we can easily work with .vue single-file components.

Published
Aug 03, 20
Duration
9m 9s

Developer, dog lover, and burrito eater. Currently teaching AdonisJS, a fully featured NodeJS framework, and running Adocasts where I post new lessons weekly. Professionally, I work with JavaScript, .Net C#, and SQL Server.

Adocasts

Burlington, KY

Quick Note — This lesson originally released on our YouTube channel Jan 24th, 2020. Since then Snowpack has released version 2 with many changes. In Snowpack V2, they've also released Create Snowpack App (CSA). Due to these changes much of the Snowpack portions are out-of-date in this video, as it works with V1. However, the http-vue-loader contents of this lesson are still valid.


Repository

  • View on GitHub

  • To clone down the project run the below in your terminal:
    $ git clone https://github.com/jagr-co/snowpack-vue.git

Dependencies

Join The Discussion! (0 Comments)

Please sign in or sign up for free to join in on the dicussion.

robot comment bubble

Be the first to Comment!