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:
- Host: GitHub
- URL: https://github.com/cal-dev-lab/plane-vuejs
- Owner: cal-dev-lab
- Created: 2021-12-16T22:19:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T16:18:50.000Z (over 4 years ago)
- Last Synced: 2025-03-26T03:11:23.511Z (over 1 year ago)
- Language: Vue
- Homepage: https://determined-spence-c03500.netlify.app/
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).