Giter Site home page Giter Site logo

aboutussb's Introduction

about_us

Introduction of SB team

環境設定

  1. Fork這份專案後,在home目錄下執行git clone + 你的專案url
  2. 移動至AboutUsSB後,執行npm i
  3. 移動至AboutUsSB底下的 config後,用編輯器開啟 index.js
  4. 你會看到:
'use strict'
// Template version: 1.3.1
// see http://vuejs-templates.github.io/webpack for documentation.

const path = require('path')

module.exports = {
  dev: {

    // Paths
    assetsSubDirectory: 'static',
    assetsPublicPath: '/',
    proxyTable: {},

    // Various Dev Server settings
    host: 'localhost', 
    port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
    .....

請將port: 數字 改成你喜歡的數字後,儲存。

  1. 回到AboutUsSB目錄,執行npm start 就可以打開另外一個terminal開始編輯。如果有語法錯誤也會在這個terminal顯示。
  2. 在自己的電腦開啟「 http://luffy.ee.ncku.edu.tw:你剛剛輸入的數字/#/ 」就可以看到結果。

專案結構

  • build
  • dist:

    編譯後出現,也是之後要上傳的資料夾

  • config
  • node_modules

    npm i後出現,用來存npm載下來的套件

  • src:

    編譯前程式碼位置,也是我們寫code的地方

    • App.vue:

      讓我們所寫的vue填入html檔,不用修改

    • Index.vue:

      控制首頁的地方,這次擔任所有組件的控制中心

    • asset:

      放素材的地方(圖片、音樂.......)

    • components:

      放組件的程式碼

      • Landing.vue
      • Team.vue
      • SelfIntro.vue
      • Profile.vue
    • router:

      控制路由(定義不同網址所導向的頁面)的地方,這次不會用到

  • static
  • test

aboutussb's People

Contributors

jiaantw avatar e24063155 avatar

Watchers

James Cloos avatar

Forkers

e24063155 zxiro

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.