Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to StackEdit!

intro text

Setup

To start developing vue web applications, you should install node.js.

Installation Vue cli

npm install -g @vue-cli

Create Vue application

vue create <app-name>

In our setup, we choose to use the following features:

  • Babel
  • Typescript
  • Router
  • CSS Pre-processors
  • Linter

Start application

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

A possible setup

During the workshop, we used some libraries to make it all work.

Linting

Linting is process to analyse the code and look for possible errors. The vue cli has a functionality to automaticaly fix some errors. Sometimes, those fixes break your application, so please be careful using this functionality.

npm run lint --fix

Make it look nice

We used vuetify to integrate material design in our project. Take a look a the get started page to see how you should use Vuetify and which components are available.

After installation, you can find the configuration of vuetify in src/plugings/vuetify.ts.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages