๐Ÿ“ฆ fabriziocucci / vuejs-cookbook-test

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/fabriziocucci/vuejs-cookbook-test.git
HTTPS git clone https://github.com/fabriziocucci/vuejs-cookbook-test.git
SSH git clone git@github.com:fabriziocucci/vuejs-cookbook-test.git
CLI gh repo clone fabriziocucci/vuejs-cookbook-test
Fabrizio Cucci Fabrizio Cucci First working draft aad924d 7 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ build
๐Ÿ“ config
๐Ÿ“ src
๐Ÿ“ static
๐Ÿ“ test
๐Ÿ“„ .babelrc
๐Ÿ“„ .editorconfig
๐Ÿ“„ .eslintignore
๐Ÿ“„ .eslintrc.js
๐Ÿ“„ .gitignore
๐Ÿ“„ .postcssrc.js
๐Ÿ“„ index.html
๐Ÿ“„ nginx.conf
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

vuejs-cookbook-test

Overview

This project has been bootstrapped using the Vue.js webpack template and its only purpose is to verify the content of this pull request.

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 # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``

For a detailed explanation on how things work, check out the guide and docs for vue-loader.