All Projects → weimingwill → personal-website

weimingwill / personal-website

Licence: other
Personal website developed using Vue and Vuetify

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to personal-website

whatsapp-click-to-chat
You can send whatsapp messages to people who are not added to your contacts,
Stars: ✭ 13 (-71.11%)
Mutual labels:  vuetify
vue.pwa.weather.app
Simple Progressive Web Apps (PWA) showing hourly and daily weather forecast data.
Stars: ✭ 24 (-46.67%)
Mutual labels:  vuetify
vue-composition-api-ts-todo
ToDo List with Vue 3 Composition API and TypeScript
Stars: ✭ 69 (+53.33%)
Mutual labels:  vuetify
timeline
Timeline - A photo organizer
Stars: ✭ 39 (-13.33%)
Mutual labels:  vuetify
MeetU
Application that build on Elasticsearch and Spring Boot Microservices (Synchronous Service)
Stars: ✭ 22 (-51.11%)
Mutual labels:  vuetify
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (+71.11%)
Mutual labels:  vuetify
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (+17.78%)
Mutual labels:  vuetify
lavas-cnode
A PWA for cnodejs.org written by Baidu-Lavas.
Stars: ✭ 13 (-71.11%)
Mutual labels:  vuetify
shock
Free business application template, front & dashborad, build on vuetify
Stars: ✭ 16 (-64.44%)
Mutual labels:  vuetify
cuber
优美而强大的网页魔方
Stars: ✭ 32 (-28.89%)
Mutual labels:  vuetify
vuetify-audio
A Vue audio player base on Vuetify UI framework: https://wilsonwu.github.io/dist/index.html#/vuetifyaudio
Stars: ✭ 137 (+204.44%)
Mutual labels:  vuetify
GamerClubWeb
🎮 A gaming news frontend, base on vuetify
Stars: ✭ 17 (-62.22%)
Mutual labels:  vuetify
Seiyuu.moe
A webpage searching for collaborate works between seiyuu.
Stars: ✭ 15 (-66.67%)
Mutual labels:  vuetify
spuf-314
a Web Application prototype for public transportation, serving a RESTful API to find Stations, Bus, Metro and Tramway's Lines, while also computing the best multimodal path between two stations or addresses
Stars: ✭ 22 (-51.11%)
Mutual labels:  vuetify
likecoin-button
Every Like is a reward. Turn your Likes into actual income now.
Stars: ✭ 18 (-60%)
Mutual labels:  vuetify
vue-d3-examples
vue d3 examples
Stars: ✭ 124 (+175.56%)
Mutual labels:  vuetify
nuxtjs-nestjs-starter
Starter project for nuxtjs and nestjs all in one integrated.
Stars: ✭ 56 (+24.44%)
Mutual labels:  vuetify
weather-station
Everything you need to run and monitor your own open source weather station. ⛅
Stars: ✭ 38 (-15.56%)
Mutual labels:  vuetify
tasks-layout
Sample vuetify layout for tasks management
Stars: ✭ 14 (-68.89%)
Mutual labels:  vuetify
muun
🐦 Live Twitter Dashboard
Stars: ✭ 43 (-4.44%)
Mutual labels:  vuetify

personal-website

It is a personal website developed in Vue. Demo

Update contents

Update project

  1. Create a new project json file with details.
  2. Update list in projects.js under store.

Build the project

Run npm run dev to generate static files.

Deploy

  1. Update file and directory permissions in server (for replacing files)
sudo find <folder> -type d -exec chmod 777 {} \;
sudo find <folder> -type f -exec chmod 777 {} \;
  1. Copy all generated files from local to server ingoring node_modules.
scp -i ~/.ssh/<secret key> -r * <user>@<host>:<dest>
  1. Restart ngnix
sudo service nginx stop
sudo service nginx start
  1. Change back file and directory permissions in server
sudo find <folder> -type d -exec chmod 755 {} \;
sudo find <folder> -type f -exec chmod 755 {} \;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].