Skip to content

NetDBNCKU/dsai

 
 

Repository files navigation

course-template

A web template for DSAI NCKU courses.

Maintainability Known Vulnerabilities FOSSA Status

1. Getting Started

1.1 Usage

  1. Clone & use 'npm install' to install dependencies
  2. Update each Text/Markdown content in src/assets/data/content/
  3. Build Static Files by command 'npm run build'
  4. Deploy new static website

1.2 Prerequisite

  • Node.js: 7.6^
  • ESLint: airbnb

1.3 Installation

$  npm install // or yarn install

1.4 Run Locally (Dev)

$ npm run dev

1.5 Generate Production Static Files

$ npm run build

2. Changelog

  • 0.9.6.5

    • [Add]
      • Create config file for webpack build path
    • [Update]
      • Change data file path
  • 0.9.6

    • [Update]
      • Remove Webpack source Map
      • Minify Css with CssoWebpackPlugin
  • 0.9.5.3

    • [Update]
      • Add News Icon
  • 0.9.5.2

    • [Update]
      • Add Email Icon
      • Footer content
      • Schedule content
  • 0.9.5.1

    • [Fix]
      • Change image name to update file cache
  • 0.9.5

    • [Update]
      • Add Week 1 slide
      • Compress avatar size to 120*120
      • Change font color of announcement
      • Change font size of avatarName in mobile version"
  • 0.9

    • [Init] Dynamic Content Loading

License

FOSSA Status

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • CSS 9.7%
  • HTML 7.7%