Skip to content

Docs without a server #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
prajkt-yeole opened this issue Apr 25, 2018 · 5 comments
Closed

Docs without a server #255

prajkt-yeole opened this issue Apr 25, 2018 · 5 comments

Comments

@prajkt-yeole
Copy link

i have generated the dist, is it possible to run the files without a http server (nginx or apache). ?

@ulivz
Copy link
Member

ulivz commented Apr 25, 2018

Unnecessary to be so complex if you just want to preview, just use python with:

cd [DIST_DIR]
python -m SimpleHTTPServer 4000

Then open http://localhost:4000/

@ulivz ulivz closed this as completed Apr 25, 2018
@prajkt-yeole
Copy link
Author

without python also. just for normal users who can directly click on html file and its running.

Am talking about the dist

@prajkt-yeole
Copy link
Author

@ulivz

@yyx990803
Copy link
Member

No.

@ulivz
Copy link
Member

ulivz commented Aug 13, 2018

Duplicate of #575

See: #575 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants