/vue-template

自分なりのVueテンプレート

Primary LanguageVue

Getting Started

Clone

git clone git@github.com:cyan-0fbcf9/vue-template.git <project name>

Delete git directory & Rebuild git

cd <prpject name>
rm -rf .git
git init

Setup

npm install

vue-template

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.