flexbox/README.md

16 lines
221 B
Markdown
Raw Normal View History

2021-08-31 23:57:21 +08:00
# Flexbox Playground
2022-11-03 04:58:16 +08:00
CSS3 FlexBox 在线调试:
https://www.qtyyw.com/
2021-08-31 23:57:21 +08:00
文档解说:
https://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
2021-08-31 08:34:20 +08:00
2022-11-03 05:09:56 +08:00
``npm install
``
``npm run dev
``
``npm run build
``