GithubHelp home page GithubHelp logo

xzhiming / home-page Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mcmyth/home-page

0.0 0.0 0.0 337 KB

个人网站主页

Home Page: https://mc-myth.cn

License: MIT License

JavaScript 12.61% HTML 2.65% Vue 81.95% Sass 2.79%

home-page's Introduction

MC Myth Home Page

Demo: https://mc-myth.cn

配置项目

config.js

export default {
  beian: '粤ICP备xxx号',
  // 主页按钮列表
  buttonList: [
    // img可替换成text,则为只显示文本作为图标
    // _blank参数可选,为false时则不以新标签打开页面
    {
      img: '/assets/icon/xxx.svg',
      title: 'xxx',
      link: 'https://domain.xxx',
      _blank: false
    }
  ],
  // 友链列表
  friendLink: [
    {
	  // description是可选的
      name: '...',
      link: 'https://domain.xxx',
      description: 'xxx'
    }
  ]
}

初始化项目

yarn install

编译并以热重载模式进行开发

yarn serve

编译为生产环境版本

yarn build

修复Lints

yarn lint

自定义配置

查看 查看配置参考.

home-page's People

Contributors

mcmyth avatar endsoft233 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.