Skip to content

serjihsklovski/vfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vfs - Vue Fast Start

This is a project template for vue-cli.

Frameworks and Technologies You Will Get

  • Webpack
  • Babel
  • Vue.js
  • Bulma
  • Sass

Usage

$ vue init serjihsklovski/vfs my-project
# some prompts go here...
$ cd my-project/
$ yarn install
# then, you can either make a bundle for deployment:
$ yarn build
# or run the project using a simple development server:
$ yarn start