Skip to content
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

How use this project? #1

Open
tolyanor opened this issue Jun 4, 2019 · 2 comments
Open

How use this project? #1

tolyanor opened this issue Jun 4, 2019 · 2 comments

Comments

@tolyanor
Copy link

tolyanor commented Jun 4, 2019

I make
git clone ...
npm i
npm run dev

after this I see in console:
Build 8d164d finished in 158 ms! (http://localhost:8080/)

but I have empty page in browser in http://localhost:8080/

UPD error in browser console:

./layouts/GlobalLayout.vue?vue&type=template&id=ee013cbe& (./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/@vuepress/core/node_modules/.cache/vuepress","cacheIdentifier":"8a9642b2-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./layouts/GlobalLayout.vue?vue&type=template&id=ee013cbe&)
Module Error (from ./node_modules/vue-loader/lib/loaders/templateLoader.js):
(Emitted value instead of an instance of Error)

Errors compiling template:

tag

has no matching end tag.

5 |

6 |

7 |

Github · Powered by VuePress


| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8 |
9 |

how resolve this issue?

@ulivz
Copy link
Owner

ulivz commented Jun 11, 2019

Could you clone the latest code and try again?

@gustawdaniel
Copy link

You need to follow these steps:

  1. create empty folder

  2. copy files from layouts to

.vuepress/theme/layouts/
  1. install packages from package.json

  2. copy config.js to .vuepress/theme

  3. copy _posts to root

@github-staff github-staff deleted a comment from naudachu May 12, 2024
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

4 participants
@tolyanor @gustawdaniel @ulivz and others