This repository was archived by the owner on Mar 11, 2024. It is now read-only.
forked fromnativescript-vue/nativescript-vue.org
- Notifications
You must be signed in to change notification settings - Fork0
codinglabsau/nativescript-vue.org
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the source for thenativescript-vue.org website.
Contributions are welcome, all the content is placed in thecontent
directory.
After cloning the repository, do the following steps
cd nativescript-vue.org/npm installnpm run build:jsnpm run build:cssnpm run build
This sequence is only needed the first time. After that, the only command needed is:
npm run build
Install theserve
npm package globaly:
npm install -g serve
Run the HTTP server using the already generateddist/
directory:
serve dist/
Now, you can open thehttp://localhost:5000
URL in your browser to see the generated docs.
In order to detect changes in thecontent
directory and rebuild automatically the docs, run the following sentence:
npm run dev
About
NativeScript-Vue website
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- CSS65.4%
- HTML17.7%
- JavaScript16.9%