An open API service indexing awesome lists of open source software.

https://github.com/cal-dev-lab/plane-vuejs

A site for plane enthusiasts using VueJS and TailwindCSS. View website below:
https://github.com/cal-dev-lab/plane-vuejs

Last synced: 6 months ago
JSON representation

A site for plane enthusiasts using VueJS and TailwindCSS. View website below:

Awesome Lists containing this project

README

          

# plane-vuejs

## air11-UK
This is a site for an airplane enthusiast in the UK. This will host an image gallery, contact forms and hero sections.
I have used Vue 3 and TailwindCSS. Think this will make for a fast site as I can purge the Tailwind CSS files on build for production.

## Hosting
I have used Netlify for this as it is super quick for deployment and can host multiple sites in one place. This is also a good platform to use as I am able to add members to the Netlify team and can give permissions, good for collaborative projects.

## Install Tailwind with VueJS
After a bit of researching, I have found a great article for installing Tailwind with VueJS:
https://www.sanity.io/guides/tailwind-css-with-vue-js

## Animation libraries
https://github.com/adedayojs/vue-particlejs/#demonstration

## Linking Strapi CMS to VueJS
https://strapi.io/blog/how-to-build-and-deploy-a-vue-js-application-using-strapi-on-render

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).