A Solid application example using Vue.js

Solid Example Vue

website previe

This is a Solid application example using Vue.js.

I recommend following the developer tutorial, when looking at this project.

Feel free to contact me for more information.

💻 Prerequisites

You will need Node.js version 6.0 or greater installed on your system.

You will also need a Pod and webId to work with this example, register here with inrupt.

🔧 Setup

Get the code by either cloning this repository using git

> git clone https://github.com/amoossssss/solid_example_vue

… or downloading source code code as a zip archive.

Once downloaded, open the terminal in the project directory, and continue with:

npm install

Compiles and hot-reloads for development

npm run serve

Now the website will be running on port 8080:

http://localhost:8080

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

📝 Why I made this example?

This is my first time learning and writing a Solid application.

I feel frustrated when looking at the tutorial on the Solid website.

It is detailed and get to the point, however, most CodeSandBox examples cannot run on my machine.

It also requires React and Redux background knowledge to understand the code their team provided.

This example is written in Vue.js, and I kept it as simple as possible.

No Vuex and just a single component.

That is said, everything is in the same page.

I hope this will let developers from all levels understand the tutorial more easily.

🙏🏼 Credits

Most functions in this project are from the Writing a Solid Application tutorial.

⭐️ Support this project

Please give a star if you find this project helpful.

Any suggestions and improvements are highly appreciated!

Download Details:

Author: amoossssss

Source Code: https://github.com/amoossssss/solid_example_vue

#vuejs #vue #javascript

A Solid application example using Vue.js
10.00 GEEK