Giter Site home page Giter Site logo

omega-takai / parcel_tutorial Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 737 KB

Boilerplate for making modules and mocks

Home Page: https://t--takai.github.io/parcel_tutorial/

License: MIT License

JavaScript 2.52% HTML 8.57% CSS 88.92%
boilerplate boilerplate-front-end posthtml postcss parcel flocss yakuhanjp

parcel_tutorial's Introduction

Parcel Tutorial 🚀📦

Boilerplate for making modules and mocks


Setup 🛠

$ git clone https://github.com/t--takai/parcel_tutorial.git
$ cd parcel_tutorial
$ yarn

Running 🚀

$ yarn start

Stop 😇

$ yarn stop

Build 📦

$ yarn run build

Meaning of Emoji

Browse Emoji Code Mean
🎉 🎉 🎉 :tada: Celebration
🚽 🚽 🚽 :toilet: Be Minimal
:octocat: :octocat: :octocat: :octocat: Function Addition
🐛 🐛 🐛 :bug: Bug Elimination
💎 💎 💎 :gem: Refactoring
🚀 🚀 🚀 :rocket: Performance Improvement
📝 📝 📝 :memo: Documentation
💩 💩 💩 :shit: Fail

Thanks & Resources

parcel_tutorial's People

Contributors

omega-takai avatar renovate-bot avatar

Stargazers

 avatar

Watchers

 avatar

parcel_tutorial's Issues

fail compile

Written CODE

header {
  display: block;
  width: 50%;
  background-color: #AAA;
}
.header {
  margin: 0 auto;
}

.main {
  font-size: 40px;
  h1 {
    font-size: 50px;
  }
}

but

Converted CODE

header {
  display: block;
  width: 50%;
  background-color: #AAA; }

._header_1izet_57 {
  margin: 0 auto; }

._main_1izet_60 {
  font-size: 40px; }
  ._main_1izet_60 h1 {
    font-size: 50px; }

i don't need _1izet_57 , _1izet_60

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

File: renovate.json
Error type: The renovate configuration file contains some invalid settings
Message: Invalid regExp for packageRules[0].packagePatterns: sass``

run-script "stop" の修正

killするときにブラウザごとkillされるので、使い勝手が悪い。

localhostを停止するだけにしたい。

rem,emでバーティカリズムCSSフレームワークを作る

Vertical Rhythm

Vertical Rhythmは印刷のタイポグラフィに起源を持つ概念です(多分)。Vertical Rhythmとは、ページの要素間の縦のスペースを揃えるようにすることを言います。

参考

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.