1
0
Fork 0
mirror of https://github.com/vuejs/awesome-vue.git synced 2024-11-27 11:25:59 -05:00
🎉 A curated list of awesome things related to Vue.js
Find a file
2016-06-22 18:02:31 +08:00
app Properly handle forward slashes in group names 2016-06-22 17:26:48 +08:00
assets First set of working revamp 2016-06-21 22:34:53 +08:00
awesomeness Tag official resources 2016-06-22 18:02:31 +08:00
.babelrc First set of working revamp 2016-06-21 22:34:53 +08:00
.editorconfig Fix editorconfig 2016-06-22 16:41:14 +08:00
.gitignore Finish converting old resources into new formats 2016-06-22 15:48:15 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2016-01-09 19:18:16 -05:00
logo.png logo 2015-10-19 20:23:19 -04:00
package.json Treat description as markdown 2016-06-22 15:16:46 +08:00
README.md First set of working revamp 2016-06-21 22:34:53 +08:00
webpack.config.js First set of working revamp 2016-06-21 22:34:53 +08:00

awesome-vue

A curated list of awesome things related to Vue.js

Build Setup

# 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.