sprite5641 / workshop-line-liff-advance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install the Netlify CLI

$ npm install -g netlify-cli

Create a new site in Netlify

$ ntl init

Deploy to a unique preview URL

$ npm run build
$ ntl deploy

Deploy the site into production

$ ntl deploy --prod

About


Languages

Language:Vue 83.7%Language:JavaScript 11.4%Language:HTML 4.9%