6.1.0 • Published 4 years ago

vue-gulp-template v6.1.0

Weekly downloads
30
License
MIT
Repository
github
Last release
4 years ago

vue-gulp-template

Instalation

vue init martin-badin/vue-gulp-template project-name

Introduction

Vue Gulp Template

  • the template using for watching files the Browsersync
  • the template is set for vuejs but it can be used for some other js frameworks
  • the template is set for sass
  • add support for typescript
  • include packages from node_modules in sass files

Setup

Update setting in gulp.config.yml

  • add path for output and update name if required
  • update the proxy and add or remove path for watching files
javascript:
  sources:
    - ./src/js/app.ts
  output:
    path: ./public/assets/js
    name: main.min.js
style:
  sources:
    - ./src/styles/style.scss
  output:
    path: ./public/assets/css
    name: style.min.css
browser_sync:
  proxy: localhost:8000
  browser: google chrome
  baseDir: ./
  files:
    - ./public/**/*
6.1.0

4 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.1

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago