Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 632 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 632 Bytes

jlua-demo

This is a demo for jlua, it's also made with jlua and Vue which means the script tag within Single File Components has a attribute lang with value lua, see this source file to get a intuitive feeling.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.