Giter Site home page Giter Site logo

spa-sample's Introduction

spa-sample

  • [x]node のバージョン確認(9.3)
  • [x]service worker
    • サンプル作成済み
  • [ ]クリテイィカル CSS
  • [x]css のプロパティ順の指定の確認
    • stylelint-order でアルファベット順にしよう
  • [x]class 命名規則(BEM)
    • block__element--modifireの形で
  • [ ]端末の動作確認
  • [x]pug 導入
  • [ ]action の key の定数定義方法
  • [ ]エディタとリンターの設定を確認しておく
    • prettier-atom がなんか変だがまあ良い
  • [ ]eslint の設定
    • 改行の設定
  • [ ]セキュリティ周りを調査しておく
  • [ ]セッション/ログイン管理に関して調査をしておく
  • [ ]環境毎、媒体毎の設定値の連携を考える
  • [ ]ブラウザでサクッと動作を確認する
// ダメくさい
import postcssFlexbugsFixes from 'postcss-flexbugs-fixes';
import postcssFlexibility from 'postcss-flexibility';
  • [ ]コアな機能部分のみ
  • ログイン
  • ルーティング
  • riot の動作確認

css

  • 命名規則は BEM で
    • block__element--modifireの形で
  • セレクタの使用はなし!
  • 必ず、tag > .aaa に対して当てるようにする

確認

  • [ ]ストア周りの設計
  • [ ]formatter のタイミング
  • [ ]使用ライブラリの選定
    • コアな機能部分を一旦当てる
    • 見た目部分は使用とデザインによるため
  • [ ]css の命名ルール
  • [ ]eslint の設定
  • [ ]stylelint の設定

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.