Skip to content

HelloLindo/Personal-Website-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Website

A personal website project using Vue.js and Webpack.

This is an fbi project. If you haven't installed fbi yet, use the following command to install.

$ npm i -g fbi or yarn global add fbi

Requirements

  • fbi v3.0+
  • node v7.6+

Usage

Show available tasks

$ fbi ls

Run a task

$ fbi <task> [params]

Update template

$ fbi up vue

Tasks

serve

  • Description: Compile and start development server.
  • Params:
    • port {Number} Server starting port. If occupied, switch automatically.
  • Alias: s
  • Examples:
    • fbi s -port=9999

build

  • Description: Build the project for the specified environment.
  • Params:
    • p/prod {Boolean} (default) Production environment.
    • t/test {Boolean} Test environment.
  • Alias: b
  • Examples:
    • fbi b -t
    • fbi b -p

Docs

About

This is the front-end part of my personal website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published