Skip to content

Commit

Permalink
add blog link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
will-wow committed Nov 11, 2019
1 parent a863059 commit c91a04c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Webpacker-Svelte [![CircleCI](https://circleci.com/gh/will-wow/webpacker-svelte.svg?style=svg)](https://circleci.com/gh/will-wow/webpacker-svelte)

_**Note:** This is the documentation for the Git master branch. Documentation for the latest release (0.0.0) is [available here](https://github.com/will-wow/webpacker-svelte/tree/v0.0.0)._
_**Note:** This is the documentation for the Git master branch. Documentation for the latest release (0.1.0) is [available here](https://github.com/will-wow/webpacker-svelte/tree/v0.1.0)._

Webpacker-Svelte makes it easy to use [Svelte](https://svelte.dev) with [Webpacker](https://github.com/rails/webpacker) in your Rails applications.

This is a port of [@renchap](https://github.com/renchap)'s excellent [webpacker-react](https://github.com/renchap/webpacker-react).

It supports Webpacker 1.2+.

An example application is available: https://github.com/will-wow/contacts/
An example application is available: https://github.com/will-wow/contacts

For more information, see the [blog post](https://blog.carbonfive.com/2019/10/29/the-best-of-both-worlds-html-apps-svelte)

## Installation

Expand Down Expand Up @@ -154,7 +156,7 @@ gem 'webpacker-svelte', path: '~/code/webpacker-svelte/'

Finally, you need to tell Yarn to use your local copy of the NPM module in this application, using [`yarn link`](https://yarnpkg.com/en/docs/cli/link):

```
```bash
$ cd ~/code/webpacker-svelte/javascript/webpacker_svelte-npm-module/
$ yarn
$ cd dist/
Expand Down Expand Up @@ -191,10 +193,6 @@ $ yarn lint
Bug reports and pull requests are welcome on GitHub at https://github.com/will-wow/webpacker-svelte.
Please feel free to open issues about your needs and features you would like to be added.

## Wishlist

- [ ] server-side rendering (#3)

### Thanks

All credit to [@renchap](https://github.com/renchap) for [webpacker-react](https://github.com/renchap/webpacker-react), this is just a light re-write of that repo to support Svelte!

0 comments on commit c91a04c

Please sign in to comment.