0.0.11 • Published 3 years ago

svazzle v0.0.11

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

svazzle

The next small thing in web development, powered by Svelte.

What is svazzle?

svazzle is a framework for building high-performance universal web apps. Read the guide or the introductory blog post to learn more.

Get started

Clone the starter project template with degit... When cloning you have to choose between rollup or webpack:

npx degit "sveltejs/svazzle-template#rollup" my-app
# or: npx degit "sveltejs/svazzle-template#webpack" my-app

...then install dependencies and start the dev server...

cd my-app
npm install
npm run dev

...and navigate to localhost:3000. To build and run in production mode:

npm run build
npm start

Development

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on svazzle locally:

git clone https://github.com/sveltejs/svazzle.git
cd svazzle
npm install
npm run dev

Linking to a Live Project

You can make changes locally to svazzle and test it against a local svazzle project. For a quick project that takes almost no setup, use the default svazzle-template project. Instruction on setup are found in that project repository.

To link svazzle to your project, from the root of your local svazzle git checkout:

cd svazzle
npm link

Then, to link from svazzle-template (or any other given project):

cd svazzle-template
npm link svazzle

You should be good to test changes locally.

Running Tests

npm run test

License

MIT

0.0.10

3 years ago

0.0.11

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago