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

In This Lesson

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.

Created by
@tomgobich
Published

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

Create a free account to join in on the discussion
robot comment bubble

Be the first to comment!