https://github.com/mccallofthewild/flexbox
A little app for learning CSS flexbox :package:
https://github.com/mccallofthewild/flexbox
css3 flexbox javascript learn-flexbox vue vuejs webpack
Last synced: 3 months ago
JSON representation
A little app for learning CSS flexbox :package:
- Host: GitHub
- URL: https://github.com/mccallofthewild/flexbox
- Owner: mccallofthewild
- Created: 2017-01-18T07:09:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T06:59:13.000Z (over 9 years ago)
- Last Synced: 2025-01-05T10:31:23.340Z (over 1 year ago)
- Topics: css3, flexbox, javascript, learn-flexbox, vue, vuejs, webpack
- Language: CSS
- Homepage: http://www.mccallalexander.com/flexbox/
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flexbox
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).