Skip to content

个人主页,非常简单的版本,Vue3+Ant Design of Vue@4.0

License

Notifications You must be signed in to change notification settings

yalwolf/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

个人主页精简版

个人主页,非常简单的版本,Vue3+Ant Design of Vue3@4.0.0

获取&初始化&开始开发

git clone https://github.com/yalwolf/homepage.git
npm install
npm run serve

config.js

{
    name: '名字',
    avatar_url: '头像链接',
    urllist: [
        {
            text: '链接名1',
            link: '链接1'
        },
        {
            text: '链接名2',
            link: '链接2'
        },
        {
            text: '链接名3',
            link: '链接3'
        },
        {
            text: '链接名4',
            link: '链接4'
        }
    ]
}

About

个人主页,非常简单的版本,Vue3+Ant Design of Vue@4.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published