0.0.25 • Published 2 years ago

create-lasca-app v0.0.25

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-lasca-app

Scaffolding a Vue.js or React project which will help scaffold the basic structure of building a web applications using Lasca.

Quick start

To use it, open up your terminal in the desired directory and run the following command:

yarn create lasca-app

Then, the command will interactively give you following simple steps:

cd lasca-app
yarn install
export LASCA_API_TOKEN=<YOUR_API_TOKEN>  ( Get your API token from https://lasca.app/signup )
yarn lasca pull
yarn webpack serve

After finishing the above steps, go to http://localhost:8080 ( http://localhost:3000 if you choose Nuxt.js or Next.js)

Explore the page and you will see that it has dynamic features such as condition or click event, but it's created without writing even a single line of HTML and CSS, just an export of the Figma design!

Going further

To automate front-end coding in your own projects, refer to the more detailed documentation here.

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.22

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.3

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago