Giter VIP home page Giter VIP logo

gentskin's Introduction

GentSkin
GentSkin

英倫風格服飾網站設計:由 Vue.js 建構

點此查看網站

作品介紹

UI/UX 設計

  • 網站使用深色背景,讓使用者容易聚焦內容本身
  • 使用左側欄設計更易於點擊連結,也提升主要內容的視覺體驗

使用技術

  • Vue.js
    • Vue Router
    • Vuex
    • axios
    • vee-validate
  • CSS
    • Bootstrap
    • Sass/SCSS
  • HTML

架設環境

  • 網站為靜態網頁使用 Github Pages 架設

操作展示

  • 註冊及登入選單中已自動設定預設帳號及密碼,只要手動選擇帳號即可完成註冊及登入流程

Member login imgur

  • 從前台登入帳號後 透過左上方的齒輪圖案點擊可進入後台管理進行查看

CMS login imgur

檔案結構

    src
    ├── assets
    │   ├── images                        # 所有圖片素材
    │   ├── layout
    │   │     ├── _b-sidebar.scss         # 後台側邊欄
    │   │     ├── _f-sidebar.scss         # 前台側邊欄
    │   │     └── _footer.scss
    │   │
    │   ├── module
    │   │     ├── _alertMassage.scss       # 訊息提示
    │   │     ├── _button.scss
    │   │     ├── _form.scss
    │   │     ├── _modal.scss              # 自定義 Bootstrap modal
    │   │     └── _scrollBtn.scss          # 回頂端按鈕
    │   │
    │   ├── page
    │   │     ├── backstage                # 後台頁面SCSS
    │   │     ├── forestage                # 前台頁面SCSS
    │   │     ├── _forestage.scss          
    │   │     └── _backstage.scss
    │   │
    │   ├── variable                      # 自定義 Bootstrap 變數
    │   └── all.scss
    │
    ├── components
    │   ├── backstage                     # 後台主要組件
    │   └── forestage                     # 前台主要組件
    │
    ├── filters
    │   ├── currency.js
    │   └── date.js
    │
    ├── store                             # Vuex
    │   ├── cart.js                       # 購物車組件
    │   ├── index.js                      # 全域組件
    │   ├── order.js                      # 訂單組件
    │   ├── products.js                   # 商品組件
    │   
    └── views
        ├── backstage                     # 後台主要頁面
        ├── forestage                     # 前台主要頁面
        ├── Dashboard.vue                 # 後台版型
        ├── Index.vue                     # 前台版型
        └── Login.vue                     # 登入頁面

使用套件

點此查看網站

gentskin's People

Contributors

whitesgr03 avatar

Stargazers

 avatar

Watchers

 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.