Skip to content

πŸ†…πŸ†„πŸ…΄: Personal Portfolio hosting files and the perfect example to demo all the works. The content can be based on your project structure.

Notifications You must be signed in to change notification settings

shijiezhou1/vue-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b374325 Β· Jan 6, 2021
Dec 28, 2020
Jan 13, 2020
Jan 6, 2021
Jan 2, 2021
Nov 27, 2020
May 17, 2020
May 18, 2020
Oct 4, 2020
Aug 30, 2020
May 12, 2020
May 12, 2020
Aug 25, 2020
Nov 13, 2020
Nov 27, 2020
Nov 1, 2020
Aug 19, 2020
Nov 14, 2020
Nov 14, 2020

Repository files navigation

Gitpod Ready-to-Code

Vue-App

The is the app to show display all the blog posts.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Create router

vue add router

Library

Axios

Notice:

redirect

When the components redirect to another view route. If this.$router.push has an path, the params value will be ignore.

e.g.

this.$router.push({name: 'home', params: { msg: "home"}})
// or
this.$router.push({path: '/home', query: {msg: "home"}})

Image url

https://raw.githubusercontent.com/shijiezhou1/Artemis/master/img/xxx.png

Vue template example

https://vuejsexamples.com/

JSON String Escape

https://www.freeformatter.com/json-escape.html#ad-output

Permission list

default-src *  data: blob: filesystem: about: ws: wss: 'unsafe-inline' 'unsafe-eval' 'unsafe-dynamic'; 
script-src * data: blob: 'unsafe-inline' 'unsafe-eval'; 
connect-src * data: blob: 'unsafe-inline'; 
img-src * data: blob: 'unsafe-inline'; 
frame-src * data: blob: ; 
style-src * data: blob: 'unsafe-inline';
font-src * data: blob: 'unsafe-inline';

Vue Environment variable

Must use VUE_APP_ for the prefix

Manifest generator

https://app-manifest.firebaseapp.com/

Updating git name

About

πŸ†…πŸ†„πŸ…΄: Personal Portfolio hosting files and the perfect example to demo all the works. The content can be based on your project structure.

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published