Skip to content

Webpack + vue-loader setup with hot reload, linting, testing & css extraction. PHP compatible.

Notifications You must be signed in to change notification settings

la-haute-societe/vue-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-template

Usage

npm install -g vue-cli
vue init la-haute-societe/vue-template my-project
cd my-project
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 analyzer

What's Included

  • SASS
  • Spritesmith

Structure

src
├── app
│   ├── App.vue
│   ├── components
│   │   └── DemoComponent.vue
│   ├── pages
│   │   └── IndexPage.vue
│   └── plugins
│       └── routes.js
├── main.js
├── sprites
├── static
└── styles

About

Webpack + vue-loader setup with hot reload, linting, testing & css extraction. PHP compatible.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.2%
  • CSS 14.0%
  • Vue 6.5%
  • PHP 5.5%
  • HTML 2.6%
  • Smarty 0.2%