1.0.11 • Published 6 years ago

hawkframework v1.0.11

Weekly downloads
3
License
MIT
Repository
-
Last release
6 years ago

Hawk Framework (Beta Version)

Project created with vue-cli 3(vue-router, eslint standard)

Free CSS Library for vuejs 2.x with lightweight components.

Site and Documentation

Hawk Framework

Installation

yarn add hawkframework

or

npm install hawkframework

Clone the project

Download the project using the git command using the terminal and install all dependences

git clone https://github.com/edutucci/hawkframework.git

Note

When the project is modified it's will be automatically recompiled. Just press F5 to refresh the page.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint